Skip to content

Commit

Permalink
fix: Release qualification should not wait block on dashboard publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Mar 2, 2023
1 parent 15dfc9d commit 38f27ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ dashboard-release-publish:
- .docker-base
interruptible: false
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # upon a merge to main
changes:
- dashboard/**/*
- rs/**/*
Expand Down Expand Up @@ -500,6 +500,8 @@ dashboard-release-publish:
--force --set-upstream origin "update-image-tag-${CI_COMMIT_SHA}"
qualify-release:
needs: []
dependencies: []
timeout: 2h
resource_group: staging # Eliminate concurrent test runs
rules:
Expand Down

0 comments on commit 38f27ac

Please sign in to comment.