Skip to content

Commit db12a8e

Browse files
committed
Point test infra to fork
1 parent 12c71d6 commit db12a8e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
package-type: wheel
2121
os: linux
22-
test-infra-repository: pytorch/test-infra
22+
test-infra-repository: gs-olive/test-infra
2323
test-infra-ref: release/2.2
2424
channel: test
2525
with-rocm: false
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
repository: ${{ matrix.repository }}
4444
ref: ""
45-
test-infra-repository: pytorch/test-infra
45+
test-infra-repository: gs-olive/test-infra
4646
test-infra-ref: release/2.2
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4848
pre-script: ${{ matrix.pre-script }}
@@ -71,7 +71,7 @@ jobs:
7171
job-name: tests-py-torchscript-fe
7272
repository: "pytorch/tensorrt"
7373
ref: ""
74-
test-infra-repository: pytorch/test-infra
74+
test-infra-repository: gs-olive/test-infra
7575
test-infra-ref: release/2.2
7676
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
7777
pre-script: ${{ matrix.pre-script }}
@@ -107,7 +107,7 @@ jobs:
107107
job-name: tests-py-dynamo-converters
108108
repository: "pytorch/tensorrt"
109109
ref: ""
110-
test-infra-repository: pytorch/test-infra
110+
test-infra-repository: gs-olive/test-infra
111111
test-infra-ref: release/2.2
112112
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
113113
pre-script: ${{ matrix.pre-script }}
@@ -135,7 +135,7 @@ jobs:
135135
job-name: tests-py-dynamo-fe
136136
repository: "pytorch/tensorrt"
137137
ref: ""
138-
test-infra-repository: pytorch/test-infra
138+
test-infra-repository: gs-olive/test-infra
139139
test-infra-ref: release/2.2
140140
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
141141
pre-script: ${{ matrix.pre-script }}
@@ -165,7 +165,7 @@ jobs:
165165
job-name: tests-py-torch-compile-be
166166
repository: "pytorch/tensorrt"
167167
ref: ""
168-
test-infra-repository: pytorch/test-infra
168+
test-infra-repository: gs-olive/test-infra
169169
test-infra-ref: release/2.2
170170
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
171171
pre-script: ${{ matrix.pre-script }}
@@ -194,7 +194,7 @@ jobs:
194194
job-name: tests-py-dynamo-core
195195
repository: "pytorch/tensorrt"
196196
ref: ""
197-
test-infra-repository: pytorch/test-infra
197+
test-infra-repository: gs-olive/test-infra
198198
test-infra-ref: release/2.2
199199
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
200200
pre-script: ${{ matrix.pre-script }}

.github/workflows/linux-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
test-infra-repository:
2323
description: "Test infra repository to use"
24-
default: "pytorch/test-infra"
24+
default: "gs-olive/test-infra"
2525
type: string
2626
test-infra-ref:
2727
description: "Test infra reference to use"

0 commit comments

Comments
 (0)