Skip to content

Commit

Permalink
Merge pull request #168 from hpidcock/disable-coslite-test-on-2.9
Browse files Browse the repository at this point in the history
Disable coslite test on 2.9
  • Loading branch information
hpidcock authored Nov 28, 2023
2 parents 4d573fc + a8f046a commit c7cdf1f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gen-wire-tests:
@go run ./tools/gen-wire-tests/main.go \
"${JUJU_REPO_PATH}/tests/suites" \
"./jobs/ci-run/integration/gen" \
"3.3" \
"3.4" \
<"${config}"

.PHONY: clean
Expand Down
16 changes: 11 additions & 5 deletions jobs/ci-run/integration/gen/test-coslite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,16 @@
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT}
- wait-for-cloud-init
- prepare-integration-test
- run-integration-test-microk8s:
test_name: 'coslite'
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: 'coslite'
setup_steps: ''
task_name: ''
skip_tasks: ''
publishers:
- integration-artifacts
2 changes: 2 additions & 0 deletions tools/gen-wire-tests/juju.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ folders:
3.3
test_dashboard_deploy:
3.1
test_deploy_coslite:
3.1
timeout:
secrets_iaas:
test_secrets_vault: 60
Expand Down

0 comments on commit c7cdf1f

Please sign in to comment.