@@ -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"
@@ -374,7 +374,7 @@ jobs:
374
374
platform : " sbsa"
375
375
cudnn-version : << pipeline.parameters.cudnn-jetson-version >>
376
376
trt-version-short : << pipeline.parameters.trt-jetson-version-short >>
377
- bazel-version : " 5.1.1 "
377
+ bazel-version : << pipeline.parameters.bazel-version >>
378
378
bazel-platform : " arm64"
379
379
- run :
380
380
name : Set python version
@@ -430,7 +430,7 @@ jobs:
430
430
platform : " x86_64"
431
431
cudnn-version : << pipeline.parameters.cudnn-release-version >>
432
432
trt-version-short : << pipeline.parameters.trt-release-version-short >>
433
- bazel-version : " 5.1.1 "
433
+ bazel-version : << pipeline.parameters.bazel-version >>
434
434
bazel-platform : " x86_64"
435
435
- install-torch-from-index :
436
436
torch-build : << parameters.torch-build >>
@@ -475,7 +475,7 @@ jobs:
475
475
platform : " x86_64"
476
476
cudnn-version : << pipeline.parameters.cudnn-nightly-version >>
477
477
trt-version-short : << pipeline.parameters.trt-nightly-version-short >>
478
- bazel-version : " 5.1.1 "
478
+ bazel-version : << pipeline.parameters.bazel-version >>
479
479
bazel-platform : " x86_64"
480
480
- install-torch-from-index :
481
481
torch-build : << parameters.torch-build >>
@@ -526,7 +526,7 @@ jobs:
526
526
platform : " x86_64"
527
527
cudnn-version : << parameters.cudnn-version >>
528
528
trt-version-short : << parameters.trt-version-short >>
529
- bazel-version : " 5.1.1 "
529
+ bazel-version : << pipeline.parameters.bazel-version >>
530
530
bazel-platform : " x86_64"
531
531
- create-py-env :
532
532
trt-version-long : << parameters.trt-version-long >>
@@ -744,6 +744,10 @@ jobs:
744
744
745
745
746
746
parameters :
747
+ bazel-version :
748
+ type : string
749
+ default : " 5.2.0"
750
+
747
751
# Nightly platform config
748
752
torch-nightly-build :
749
753
type : string
0 commit comments