summaryrefslogtreecommitdiffstats
path: root/tests/multibranch/fixtures/scm_github_named_branch_props.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multibranch/fixtures/scm_github_named_branch_props.yaml')
-rw-r--r--tests/multibranch/fixtures/scm_github_named_branch_props.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/multibranch/fixtures/scm_github_named_branch_props.yaml b/tests/multibranch/fixtures/scm_github_named_branch_props.yaml
new file mode 100644
index 00000000..02390c72
--- /dev/null
+++ b/tests/multibranch/fixtures/scm_github_named_branch_props.yaml
@@ -0,0 +1,21 @@
+name: 'demo-multibranch-github-min'
+project-type: multibranch
+scm:
+ - github:
+ repo: 'foo'
+ repo-owner: 'johndoe'
+
+ property-strategies:
+ named-branches:
+ defaults:
+ - pipeline-branch-durability-override: max-survivability
+ exceptions:
+ - exception:
+ branch-name: master
+ properties:
+ - suppress-scm-triggering: true
+ - pipeline-branch-durability-override: survivable-nonatomic
+ - exception:
+ branch-name: staging
+ properties:
+ - suppress-scm-triggering: true