Skip to content

Commit

Permalink
Merge branch 'sat-qualify-increase-timeout' into 'main'
Browse files Browse the repository at this point in the history
fix: Increase timeout for the qualification test

See merge request dfinity-lab/core/release!482
  • Loading branch information
sasa-tomic committed Dec 2, 2022
2 parents df5061a + 8265432 commit 9652d79
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 9652d79

Please sign in to comment.