Enable testing of merge-queues
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: Ibf834021556b2dd3561caff47474446ee37aa3d5
diff --git a/mbed-tls-pr-head.yaml b/mbed-tls-pr-head.yaml
index 567593c..155da2d 100644
--- a/mbed-tls-pr-head.yaml
+++ b/mbed-tls-pr-head.yaml
@@ -38,7 +38,7 @@
discover-pr-forks-strategy: both
discover-pr-forks-trust: permission
discover-pr-origin: both
- head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-head)'
+ head-filter-regex: '(?!^PR-(7958|7959)-(head)$)(PR-\d+-head)'
property-strategies:
all-branches:
- pipeline-branch-durability-override: performance-optimized
diff --git a/mbed-tls-pr-merge.yaml b/mbed-tls-pr-merge.yaml
index f20c0be..8108dd9 100644
--- a/mbed-tls-pr-merge.yaml
+++ b/mbed-tls-pr-merge.yaml
@@ -38,7 +38,7 @@
discover-pr-forks-strategy: both
discover-pr-forks-trust: permission
discover-pr-origin: both
- head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-merge)'
+ head-filter-regex: '(?!^PR-(7958|7959)-(merge|head)$)(PR-\d+-merge)'
property-strategies:
all-branches:
- pipeline-branch-durability-override: performance-optimized
diff --git a/mbed-tls-restricted-pr-ci-testing.yaml b/mbed-tls-restricted-pr-ci-testing.yaml
index 70b3de7..c1c6d85 100644
--- a/mbed-tls-restricted-pr-ci-testing.yaml
+++ b/mbed-tls-restricted-pr-ci-testing.yaml
@@ -57,3 +57,22 @@
parent-credentials: false
ssh-checkout:
credentials: mbedtls-github-ssh
+ - github:
+ credentials-id: mbedtls-github-token
+ repo-owner: Mbed-TLS
+ repo: mbedtls
+ branch-discovery: all
+ discover-pr-origin: both
+ discover-pr-forks-strategy: both
+ discover-pr-forks-trust: permission
+ head-filter-regex: 'gh-readonly-queue/.*|PR-(7958|7959)-(head|merge)'
+ property-strategies:
+ all-branches:
+ - pipeline-branch-durability-override: performance-optimized
+ submodule:
+ disable: false
+ recursive: true
+ tracking: false
+ parent-credentials: false
+ ssh-checkout:
+ credentials: mbedtls-github-ssh