Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
c7b60f75
Unverified
Commit
c7b60f75
authored
Aug 30, 2023
by
Hongxin Liu
Committed by
GitHub
Aug 30, 2023
Browse files
[devops] cancel previous runs in the PR (#4546)
parent
f1ae8c91
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
22 deletions
+22
-22
.github/workflows/build_on_pr.yml
.github/workflows/build_on_pr.yml
+6
-6
.github/workflows/compatiblity_test_on_pr.yml
.github/workflows/compatiblity_test_on_pr.yml
+4
-4
.github/workflows/doc_check_on_pr.yml
.github/workflows/doc_check_on_pr.yml
+4
-4
.github/workflows/doc_test_on_pr.yml
.github/workflows/doc_test_on_pr.yml
+4
-4
.github/workflows/example_check_on_pr.yml
.github/workflows/example_check_on_pr.yml
+4
-4
No files found.
.github/workflows/build_on_pr.yml
View file @
c7b60f75
...
...
@@ -61,8 +61,8 @@ jobs:
run
:
shell
:
bash
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
name
:
Copy testmon cache
run
:
|
# branch name may contain slash, we need to replace it with space
...
...
@@ -87,8 +87,8 @@ jobs:
anyLibraryFileChanged
:
${{ steps.find-lib-change.outputs.any_changed }}
runs-on
:
ubuntu-latest
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
uses
:
actions/checkout@v2
with
:
...
...
@@ -147,8 +147,8 @@ jobs:
run
:
shell
:
bash
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
name
:
Checkout TensorNVMe
uses
:
actions/checkout@v2
...
...
.github/workflows/compatiblity_test_on_pr.yml
View file @
c7b60f75
...
...
@@ -13,8 +13,8 @@ jobs:
outputs
:
matrix
:
${{ steps.set-matrix.outputs.matrix }}
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
uses
:
actions/checkout@v3
-
id
:
set-matrix
...
...
@@ -44,8 +44,8 @@ jobs:
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
timeout-minutes
:
120
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
name
:
Install dependencies
run
:
|
...
...
.github/workflows/doc_check_on_pr.yml
View file @
c7b60f75
...
...
@@ -17,8 +17,8 @@ jobs:
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
ubuntu-latest
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -35,8 +35,8 @@ jobs:
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
ubuntu-latest
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
uses
:
actions/checkout@v2
with
:
...
...
.github/workflows/doc_test_on_pr.yml
View file @
c7b60f75
...
...
@@ -20,8 +20,8 @@ jobs:
any_changed
:
${{ steps.changed-files.outputs.any_changed }}
changed_files
:
${{ steps.changed-files.outputs.all_changed_files }}
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
name
:
Detect changed example files
steps
:
-
uses
:
actions/checkout@v3
...
...
@@ -63,8 +63,8 @@ jobs:
run
:
shell
:
bash
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
name
:
Checkout ColossalAI-Documentation
uses
:
actions/checkout@v2
...
...
.github/workflows/example_check_on_pr.yml
View file @
c7b60f75
...
...
@@ -21,8 +21,8 @@ jobs:
anyChanged
:
${{ steps.setup-matrix.outputs.anyChanged }}
name
:
Detect changed example files
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
uses
:
actions/checkout@v3
with
:
...
...
@@ -81,8 +81,8 @@ jobs:
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
timeout-minutes
:
10
concurrency
:
group
:
${{ github.
head_
ref }}
cancel-in-progress
:
fals
e
group
:
${{ github.
workflow }}-${{ github.event.pull_request.number || github.
ref }}
cancel-in-progress
:
tru
e
steps
:
-
uses
:
actions/checkout@v3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment