Skip to content

Commit

Permalink
Ensure dashboard tests are skipped on 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyworld committed Nov 27, 2023
1 parent b80fc12 commit 4e0511d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 26 deletions.
80 changes: 55 additions & 25 deletions jobs/ci-run/integration/gen/test-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,17 @@
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT}
- wait-for-cloud-init
- prepare-integration-test
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
- conditional-step:
condition-kind: regex-match
regex: "^[4-9].*|^3\\.([1-9]|\\d{2,})(\\.|-).*"
label: "${JUJU_VERSION}"
on-evaluation-failure: "dont-run"
steps:
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
publishers:
- integration-artifacts

Expand Down Expand Up @@ -189,11 +195,17 @@
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT}
- wait-for-cloud-init
- prepare-integration-test
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
- conditional-step:
condition-kind: regex-match
regex: "^[4-9].*|^3\\.([1-9]|\\d{2,})(\\.|-).*"
label: "${JUJU_VERSION}"
on-evaluation-failure: "dont-run"
steps:
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
publishers:
- integration-artifacts

Expand Down Expand Up @@ -267,11 +279,17 @@
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT}
- wait-for-cloud-init
- prepare-integration-test
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
- conditional-step:
condition-kind: regex-match
regex: "^[4-9].*|^3\\.([1-9]|\\d{2,})(\\.|-).*"
label: "${JUJU_VERSION}"
on-evaluation-failure: "dont-run"
steps:
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
publishers:
- integration-artifacts

Expand Down Expand Up @@ -341,11 +359,17 @@
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT}
- wait-for-cloud-init
- prepare-integration-test
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
- conditional-step:
condition-kind: regex-match
regex: "^[4-9].*|^3\\.([1-9]|\\d{2,})(\\.|-).*"
label: "${JUJU_VERSION}"
on-evaluation-failure: "dont-run"
steps:
- run-integration-test:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
publishers:
- integration-artifacts

Expand Down Expand Up @@ -415,10 +439,16 @@
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT}
- wait-for-cloud-init
- prepare-integration-test
- run-integration-test-microk8s:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
- conditional-step:
condition-kind: regex-match
regex: "^[4-9].*|^3\\.([1-9]|\\d{2,})(\\.|-).*"
label: "${JUJU_VERSION}"
on-evaluation-failure: "dont-run"
steps:
- run-integration-test-microk8s:
test_name: 'dashboard'
setup_steps: ''
task_name: ''
skip_tasks: ''
publishers:
- integration-artifacts
2 changes: 1 addition & 1 deletion tools/gen-wire-tests/juju.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ folders:
3.3
test_controllercharm:
3.3
test_dashboard:
test_dashboard_deploy:
3.1
timeout:
secrets_iaas:
Expand Down

0 comments on commit 4e0511d

Please sign in to comment.