From ac7f8e1a60b7e95f858ad5c12d59007563605dd0 Mon Sep 17 00:00:00 2001 From: Xinliang Liu Date: Fri, 11 Oct 2024 03:42:12 +0000 Subject: [PATCH] ci: fix canary-arm64 job Since the below commit, addons are moved out of deploy_cluster(). 31d55b90fef8 ("test: mv canary test specific resources out of deploy_cluster()") Signed-off-by: Xinliang Liu --- .github/workflows/daily-nightly-jobs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily-nightly-jobs.yml b/.github/workflows/daily-nightly-jobs.yml index a8577c38e0cf..9b7c91917073 100644 --- a/.github/workflows/daily-nightly-jobs.yml +++ b/.github/workflows/daily-nightly-jobs.yml @@ -80,6 +80,7 @@ jobs: yq write -d0 -i deploy/examples/cluster-test.yaml "spec.healthCheck.livenessProbe.mgr.disabled" true yq write -d0 -i deploy/examples/cluster-test.yaml "spec.healthCheck.livenessProbe.osd.disabled" true tests/scripts/github-action-helper.sh deploy_cluster + tests/scripts/github-action-helper.sh deploy_all_additional_resources_on_cluster # there are no package for arm64 nfs-ganesha kubectl delete -f deploy/examples/nfs-test.yaml