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
tsoc
superbenchmark
Commits
5d6bc58d
Unverified
Commit
5d6bc58d
authored
Jul 09, 2021
by
Yifan Xiong
Committed by
GitHub
Jul 09, 2021
Browse files
Update pipeline for release branch (#122)
parent
27b757ec
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
0 deletions
+8
-0
.azure-pipelines/ansible-integration-test.yml
.azure-pipelines/ansible-integration-test.yml
+1
-0
.azure-pipelines/cpu-unit-test.yml
.azure-pipelines/cpu-unit-test.yml
+1
-0
.azure-pipelines/cuda-unit-test.yml
.azure-pipelines/cuda-unit-test.yml
+1
-0
.codecov.yml
.codecov.yml
+2
-0
.github/workflows/build-image.yml
.github/workflows/build-image.yml
+1
-0
.github/workflows/gh-pages.yml
.github/workflows/gh-pages.yml
+1
-0
.github/workflows/lint.yml
.github/workflows/lint.yml
+1
-0
No files found.
.azure-pipelines/ansible-integration-test.yml
View file @
5d6bc58d
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
trigger
:
trigger
:
-
main
-
main
-
release/*
pool
:
pool
:
name
:
SuperBench CI
name
:
SuperBench CI
...
...
.azure-pipelines/cpu-unit-test.yml
View file @
5d6bc58d
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
trigger
:
trigger
:
-
main
-
main
-
release/*
container
:
container
:
image
:
python:3.7
image
:
python:3.7
...
...
.azure-pipelines/cuda-unit-test.yml
View file @
5d6bc58d
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
trigger
:
trigger
:
-
main
-
main
-
release/*
pool
:
pool
:
name
:
SuperBench CI
name
:
SuperBench CI
...
...
.codecov.yml
View file @
5d6bc58d
...
@@ -18,6 +18,7 @@ coverage:
...
@@ -18,6 +18,7 @@ coverage:
-
cuda-unit-test
-
cuda-unit-test
branches
:
branches
:
-
main
-
main
-
release/*
patch
:
patch
:
default
:
default
:
target
:
80%
target
:
80%
...
@@ -27,3 +28,4 @@ coverage:
...
@@ -27,3 +28,4 @@ coverage:
-
cuda-unit-test
-
cuda-unit-test
branches
:
branches
:
-
main
-
main
-
release/*
.github/workflows/build-image.yml
View file @
5d6bc58d
...
@@ -7,6 +7,7 @@ on:
...
@@ -7,6 +7,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
main
-
main
-
release/*
jobs
:
jobs
:
docker
:
docker
:
...
...
.github/workflows/gh-pages.yml
View file @
5d6bc58d
...
@@ -7,6 +7,7 @@ on:
...
@@ -7,6 +7,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
main
-
main
-
release/*
jobs
:
jobs
:
docs-build
:
docs-build
:
...
...
.github/workflows/lint.yml
View file @
5d6bc58d
...
@@ -4,6 +4,7 @@ on:
...
@@ -4,6 +4,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
main
-
main
-
release/*
jobs
:
jobs
:
spelling
:
spelling
:
...
...
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