Skip to content

Commit

Permalink
CI: Do not upgrade CRDs in velero helm chart (#108)
Browse files Browse the repository at this point in the history
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 (vmware-tanzu/helm-charts#559)

Signed-off-by: Ondrej Vasko <[email protected]>
  • Loading branch information
Lirt authored Mar 25, 2024
1 parent 913a092 commit e81b43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e81b43f

Please sign in to comment.