Remove all non proxy env args
[releng.git] / jjb / functest / functest.yaml
index 01e0176..fd658c5 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