Browse Source

Enable interruptible jobs' pipelines (#10167)

pull/10204/head
James 1 year ago
committed by GitHub
parent
commit
26ed50f04a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -56,6 +56,7 @@ before_script:
.testcases: &testcases .testcases: &testcases
<<: *job <<: *job
retry: 1 retry: 1
interruptible: true
before_script: before_script:
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1 - update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- ./tests/scripts/rebase.sh - ./tests/scripts/rebase.sh

Loading…
Cancel
Save