diff options
Diffstat (limited to 'jjb/functest/functest-kubernetes.yaml')
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index a876cf9b5..8c7b7de7c 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -741,6 +741,8 @@ builders: - shell: | set +x + export DEPLOY_SCENARIO=k8-nosdn-nofeature-noha + export E2E_TEST_OPTS=container-runtime:containerd apt-get update && DEBIAN_FRONTEND=noninteractive \ apt-get install software-properties-common gpg -y add-apt-repository -y ppa:deadsnakes/ppa @@ -1179,6 +1181,8 @@ name: functest-kubernetes-trivy builders: - shell: | + export DEPLOY_SCENARIO=k8-nosdn-nofeature-noha + export E2E_TEST_OPTS=container-runtime:containerd apt-get update && DEBIAN_FRONTEND=noninteractive \ apt-get install curl -y |