@@ -11,7 +11,7 @@ commands:
11
11
default : " x86_64"
12
12
version :
13
13
type : string
14
- default : " 5.1.1 "
14
+ default : " 5.2.0 "
15
15
steps :
16
16
- run :
17
17
name : Install bazel
@@ -67,7 +67,7 @@ commands:
67
67
default : " 8.2.4"
68
68
bazel-version :
69
69
type : string
70
- default : " 5.1.1 "
70
+ default : " 5.2.0 "
71
71
bazel-platform :
72
72
type : string
73
73
default : " x86_64"
@@ -354,7 +354,7 @@ jobs:
354
354
platform : " sbsa"
355
355
cudnn-version : << pipeline.parameters.cudnn-jetson-version >>
356
356
trt-version-short : << pipeline.parameters.trt-jetson-version-short >>
357
- bazel-version : " 5.1.1 "
357
+ bazel-version : << pipeline.parameters.bazel-version >>
358
358
bazel-platform : " arm64"
359
359
- run :
360
360
name : Set python version
@@ -410,7 +410,7 @@ jobs:
410
410
platform : " x86_64"
411
411
cudnn-version : << pipeline.parameters.cudnn-release-version >>
412
412
trt-version-short : << pipeline.parameters.trt-release-version-short >>
413
- bazel-version : " 5.1.1 "
413
+ bazel-version : << pipeline.parameters.bazel-version >>
414
414
bazel-platform : " x86_64"
415
415
- install-torch-from-index :
416
416
torch-build : << parameters.torch-build >>
@@ -455,7 +455,7 @@ jobs:
455
455
platform : " x86_64"
456
456
cudnn-version : << pipeline.parameters.cudnn-nightly-version >>
457
457
trt-version-short : << pipeline.parameters.trt-nightly-version-short >>
458
- bazel-version : " 5.1.1 "
458
+ bazel-version : << pipeline.parameters.bazel-version >>
459
459
bazel-platform : " x86_64"
460
460
- install-torch-from-index :
461
461
torch-build : << parameters.torch-build >>
@@ -506,7 +506,7 @@ jobs:
506
506
platform : " x86_64"
507
507
cudnn-version : << parameters.cudnn-version >>
508
508
trt-version-short : << parameters.trt-version-short >>
509
- bazel-version : " 5.1.1 "
509
+ bazel-version : << pipeline.parameters.bazel-version >>
510
510
bazel-platform : " x86_64"
511
511
- create-py-env :
512
512
trt-version-long : << parameters.trt-version-long >>
@@ -580,6 +580,10 @@ jobs:
580
580
- test-fx
581
581
582
582
parameters :
583
+ bazel-version :
584
+ type : string
585
+ default : " 5.2.0"
586
+
583
587
# Nightly platform config
584
588
torch-nightly-build :
585
589
type : string
@@ -795,4 +799,3 @@ workflows:
795
799
trt-version-long : << pipeline.parameters.trt-nightly-version-long >>
796
800
requires :
797
801
- build-x86_64-pyt-nightly
798
-
0 commit comments