From 6cdd9b65ef7fa01d2492ffddbb586cc9e27332d7 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Mon, 26 Aug 2019 20:14:49 +0800 Subject: [PATCH] Set the bazel verison to 0.28.1 explicitly In https://github.com/theopenlab/openlab-zuul-jobs/pull/622 , the OpenLab add the ability to set the bazel to specific version explicitly. This patch add the bazel role for the envoy job. Signed-off-by: Yikun Jiang --- .zuul/playbooks/envoy-build/run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul/playbooks/envoy-build/run.yaml b/.zuul/playbooks/envoy-build/run.yaml index 1ca8f832e08a..0087029e4a4f 100644 --- a/.zuul/playbooks/envoy-build/run.yaml +++ b/.zuul/playbooks/envoy-build/run.yaml @@ -3,6 +3,8 @@ roles: - role: config-gcc gcc_version: 7 + - role: config-bazel + bazel_version: 0.28.1 tasks: - name: Build envoy shell: