File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 14
14
package_type : " all"
15
15
os : " all"
16
16
channel : " release"
17
- repository : " pytorch/text"
18
- smoke_test : " ./.github/scripts/validate_binaries.sh"
17
+ repository : " pytorch/builder"
18
+ ref : main
19
+ smoke_test : " echo test"
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
matrix : ${{ fromJson(needs.generate-linux-conda-matrix.outputs.matrix) }}
60
60
fail-fast : false
61
61
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
62
- name : " text -${{ matrix.package_type }}-${{ matrix.python_version }}"
62
+ name : " linux -${{ matrix.package_type }}-${{ matrix.python_version }}"
63
63
with :
64
64
runner : " linux.2xlarge"
65
65
repository : ${{ inputs.repository }}
66
66
ref : ${{ inputs.ref || github.ref }}
67
- job-name : " text -${{ matrix.package_type }}-${{ matrix.python_version }}"
67
+ job-name : " linux -${{ matrix.package_type }}-${{ matrix.python_version }}"
68
68
script : |
69
69
set -ex
70
70
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -80,12 +80,12 @@ jobs:
80
80
matrix : ${{ fromJson(needs.generate-linux-wheel-matrix.outputs.matrix) }}
81
81
fail-fast : false
82
82
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
83
- name : " text -${{ matrix.package_type }}-${{ matrix.python_version }}"
83
+ name : " linux -${{ matrix.package_type }}-${{ matrix.python_version }}"
84
84
with :
85
85
runner : " linux.2xlarge"
86
86
repository : ${{ inputs.repository }}
87
87
ref : ${{ inputs.ref || github.ref }}
88
- job-name : " text -${{ matrix.package_type }}-${{ matrix.python_version }}"
88
+ job-name : " linux -${{ matrix.package_type }}-${{ matrix.python_version }}"
89
89
script : |
90
90
set -ex
91
91
export ENV_NAME="conda-env-${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments