Skip to content

Commit 7a919c4

Browse files
committed
testing
1 parent be855f8 commit 7a919c4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/test-validate-domain-library.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
package_type: "all"
1515
os: "all"
1616
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"

.github/workflows/validate-domain-library.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
matrix: ${{ fromJson(needs.generate-linux-conda-matrix.outputs.matrix) }}
6060
fail-fast: false
6161
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 }}"
6363
with:
6464
runner: "linux.2xlarge"
6565
repository: ${{ inputs.repository }}
6666
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 }}"
6868
script: |
6969
set -ex
7070
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -80,12 +80,12 @@ jobs:
8080
matrix: ${{ fromJson(needs.generate-linux-wheel-matrix.outputs.matrix) }}
8181
fail-fast: false
8282
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 }}"
8484
with:
8585
runner: "linux.2xlarge"
8686
repository: ${{ inputs.repository }}
8787
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 }}"
8989
script: |
9090
set -ex
9191
export ENV_NAME="conda-env-${{ github.run_id }}"

0 commit comments

Comments
 (0)