From e81b43fba213026c9344e406d666048ace9696d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Va=C5=A1ko?= Date: Mon, 25 Mar 2024 23:17:01 +0100 Subject: [PATCH] CI: Do not upgrade CRDs in velero helm chart (#108) Integration test is always freshly executed, therefore doesn't need to run Velero job to upgrade CRDs. Upgrade CRDs job has an unconfirmed bug that prevents CI to success (https://github.com/vmware-tanzu/helm-charts/issues/559) Signed-off-by: Ondrej Vasko --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f4ed634..1fcf534 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -153,6 +153,7 @@ jobs: --version "${VELERO_CHART_VERSION}" \ --values "${TESTS_DIRECTORY}/velero-helm-values.yaml" \ --set "initContainers[0].image=${DOCKER_IMAGE_NAME}:${GITHUB_SHA}" \ + --set "upgradeCRDs=false" \ --timeout 10m \ --wait \ --wait-for-jobs