Unverified Commit 5d6bc58d authored by Yifan Xiong's avatar Yifan Xiong Committed by GitHub
Browse files

Update pipeline for release branch (#122)

parent 27b757ec
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
trigger: trigger:
- main - main
- release/*
pool: pool:
name: SuperBench CI name: SuperBench CI
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
trigger: trigger:
- main - main
- release/*
container: container:
image: python:3.7 image: python:3.7
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
trigger: trigger:
- main - main
- release/*
pool: pool:
name: SuperBench CI name: SuperBench CI
......
...@@ -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/*
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
- release/*
jobs: jobs:
docker: docker:
......
...@@ -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:
......
...@@ -4,6 +4,7 @@ on: ...@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
- release/*
jobs: jobs:
spelling: spelling:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment