Skip to content

Commit

Permalink
fix: Increase timeout for the qualification test
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Dec 2, 2022
1 parent df5061a commit 8265432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ dashboard-release:
- if git fetch origin $RELEASE_BRANCH; then git checkout $RELEASE_BRANCH && git reset --hard ${CI_COMMIT_SHA} && git push --force origin $RELEASE_BRANCH; else git checkout -b $RELEASE_BRANCH && git push --force origin $RELEASE_BRANCH; fi

qualify-release:
timeout: 2h
resource_group: staging # Eliminate concurrent test runs
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_NAME == "qualify-release"'
# Run the job automatically if the QUALIFY_GIT_REVISION env var is provided in the web UI when the pipeline was created
Expand Down

0 comments on commit 8265432

Please sign in to comment.