Take last XtestingCI updates into account 25/72925/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Sep 2021 12:30:10 +0000 (14:30 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Sep 2021 12:30:10 +0000 (14:30 +0200)
Change-Id: I575c0bfdc69c0cc87b189a6295f1c8cee0893340
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-kubernetes.yaml
jjb/functest/functest.yaml

index a876cf9..8c7b7de 100644 (file)
     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
     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
 
index fd658c5..01e0176 100644 (file)
     builders:
       - shell: |
           set +x
+          export EXTERNAL_NETWORK=public
+          export VOLUME_DEVICE_NAME=sdb
+          export IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi
           sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \
           apt-get install software-properties-common gpg -y
           sudo add-apt-repository -y ppa:deadsnakes/ppa
     name: functest-trivy
     builders:
       - shell: |
+          export EXTERNAL_NETWORK=public
+          export VOLUME_DEVICE_NAME=sdb
+          export IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi
           sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive \
           apt-get install curl -y