diff --git a/jobs/ci-run/functional/amd64/clouds-display.yml b/jobs/ci-run/functional/amd64/clouds-display.yml deleted file mode 100644 index 226c637..0000000 --- a/jobs/ci-run/functional/amd64/clouds-display.yml +++ /dev/null @@ -1,44 +0,0 @@ -- job: - name: nw-clouds-display - node: ephemeral-focal-4c-16g-amd64 - description: |- - Test example-clouds.yaml is interoperable with "clouds" and "show-cloud" commands - parameters: - - string: - default: "" - description: "Enable sub job to be run individually." - name: SHORT_GIT_COMMIT - - string: - default: 'amd64' - description: 'Arch to build for.' - name: BUILD_ARCH - wrappers: - - cirun-test-stuck-timeout - builders: - - wait-for-cloud-init - - prepare-functional-test-core: - platform: "linux/${BUILD_ARCH}" - - shell: |- - #!/bin/bash - set -eu - - ( - cat << EOF - clouds: - finfolk-vmaas: - type: maas - auth-types: [oauth1] - endpoint: http://10.125.0.10:5240/MAAS/ - vsphere: - type: vsphere - auth-types: [userpass] - endpoint: 10.247.0.3 - regions: - QA: - endpoint: 10.247.0.3 - EOF - ) > $JUJU_HOME/example-clouds.yaml - - timeout -s INT 5m ${TESTS_DIR}/assess_cloud_display.py $JUJU_HOME/example-clouds.yaml $JUJU_BIN - publishers: - - log-panic-check diff --git a/jobs/ci-run/functional/gating-functional-tests.yml b/jobs/ci-run/functional/gating-functional-tests.yml index b5c73c7..ea795c2 100644 --- a/jobs/ci-run/functional/gating-functional-tests.yml +++ b/jobs/ci-run/functional/gating-functional-tests.yml @@ -40,8 +40,6 @@ current-parameters: true - name: nw-charm-storage current-parameters: true - - name: nw-clouds-display - current-parameters: true - name: nw-grant-revoke current-parameters: true - name: nw-model-migration-versions-aws