[CI] Add a CI job to test cluster upgrading, and fix bug of testcases_run.sh (#11458)

* Fix: fix testcases_run.sh for upgrade tests

Need to git checkout ${CI_COMMIT_SHA} before running upgrade playbook (revert #11173 partially)

* feat: add CI job to test upgrade

Add a packet_ubuntu22-calico-all-in-one-upgrade job
This commit is contained in:
Takuya Murakami
2024-08-29 23:47:32 +09:00
committed by GitHub
parent 924a979955
commit 60b323b17f
3 changed files with 41 additions and 8 deletions

View File

@@ -88,6 +88,11 @@ packet_ubuntu20-crio:
packet_ubuntu22-calico-all-in-one:
extends: .packet_pr
packet_ubuntu22-calico-all-in-one-upgrade:
extends: .packet_pr
variables:
UPGRADE_TEST: graceful
packet_ubuntu24-calico-etcd-datastore:
extends: .packet_pr