Skip to content

Commit bda2f20

Browse files
committed
Update CI conf
Signed-off-by: Naren Dasan <[email protected]>
1 parent e9beafa commit bda2f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ workflows:
11131113
torch-build: << pipeline.parameters.torch-build >>
11141114
torch-build-index: << pipeline.parameters.torch-build-index >>
11151115

1116-
- test-core-cpp-x86_64:
1116+
- test-core-cpp-x86_64-linux:
11171117
torch-build: << pipeline.parameters.torch-build >>
11181118
torch-build-index: << pipeline.parameters.torch-build-index >>
11191119
trt-version-short: << pipeline.parameters.trt-version-short >>
@@ -1122,14 +1122,14 @@ workflows:
11221122
requires:
11231123
- build-x86_64-linux
11241124

1125-
- test-py-ts-x86_64:
1125+
- test-py-ts-x86_64-linux:
11261126
torch-build: << pipeline.parameters.torch-build >>
11271127
torch-build-index: << pipeline.parameters.torch-build-index >>
11281128
trt-version-long: << pipeline.parameters.trt-version-long >>
11291129
requires:
11301130
- build-x86_64-linux
11311131

1132-
- test-py-fx-x86_64:
1132+
- test-py-fx-x86_64-linux:
11331133
torch-build: << pipeline.parameters.torch-build >>
11341134
torch-build-index: << pipeline.parameters.torch-build-index >>
11351135
trt-version-long: << pipeline.parameters.trt-version-long >>

0 commit comments

Comments
 (0)