Skip to content

Commit

Permalink
config(pd): update pd master required context (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
purelind authored May 17, 2024
1 parent 6796902 commit 3eaeadf
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,12 @@ branch-protection:
- "DCO"
- "tide"
- "statics"
- "chunks (1)"
- "chunks (2)"
- "chunks (3)"
- "chunks (4)"
- "chunks (5)"
- "chunks (6)"
- "chunks (7)"
- "chunks (8)"
- "chunks (9)"
- "chunks (10)"
- "chunks (11)"
- "chunks (12)"
- "chunks (13)"
- "chunks (1, Unit Test(1))"
- "chunks (2, Unit Test(2))"
- "chunks (3, Tools Test)"
- "chunks (4, Client Integration Test)"
- "chunks (5, TSO Integration Test)"
- "chunks (6, MicroService Integration Test)"
- "tso-function-test"
- "idc-jenkins-ci/build"
strict: true
Expand Down Expand Up @@ -1331,7 +1324,24 @@ tide:
- "idc-jenkins-ci/build"
skip-unknown-contexts: true
branches:
master: &pd-branch-tide-context-options
master:
required-contexts:
- "statics"
- "chunks (1, Unit Test(1))"
- "chunks (2, Unit Test(2))"
- "chunks (3, Tools Test)"
- "chunks (4, Client Integration Test)"
- "chunks (5, TSO Integration Test)"
- "chunks (6, MicroService Integration Test)"
- "tso-function-test"
skip-unknown-contexts: true
release-5.4:
required-contexts:
- "statics"
- "tso-function-test"
- "idc-jenkins-ci/test"
skip-unknown-contexts: true
release-6.0: &pd-branch-tide-context-options
required-contexts:
- "statics"
- "chunks (1)"
Expand All @@ -1346,13 +1356,6 @@ tide:
- "chunks (10)"
- "tso-function-test"
skip-unknown-contexts: true
release-5.4:
required-contexts:
- "statics"
- "tso-function-test"
- "idc-jenkins-ci/test"
skip-unknown-contexts: true
release-6.0: *pd-branch-tide-context-options
release-6.1: *pd-branch-tide-context-options
release-6.2: *pd-branch-tide-context-options
release-6.3: *pd-branch-tide-context-options
Expand Down

0 comments on commit 3eaeadf

Please sign in to comment.