Enable GitHub-triggered jobs on the production

 mbed-tls-pr-head.yaml
 mbed-tls-pr-merge.yaml
 mbed-tls-restricted-pr-ci-testing.yaml
 mbed-tls-restricted-pr.yaml
 mbedtls-gather-timestamps.yaml
 mbedtls-pr-multibranch.yaml
 mbedtls-repo-scan-scheduler.yaml

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: Ie8e1b9964da879027fd36ff6a1a2a858583c0c72
diff --git a/mbed-tls-restricted-pr-ci-testing.yaml b/mbed-tls-restricted-pr-ci-testing.yaml
index 00b0359..f800710 100644
--- a/mbed-tls-restricted-pr-ci-testing.yaml
+++ b/mbed-tls-restricted-pr-ci-testing.yaml
@@ -2,7 +2,6 @@
     name: mbed-tls-restricted-pr-ci-testing
     description: 'mbedtls CI testing job'
     project-type: multibranch
-    disabled: true
     prune-dead-branches: true
     script-path: tests/.jenkins/Jenkinsfile
     properties:
@@ -49,16 +48,9 @@
         discover-pr-origin: both
         head-filter-regex: 'PR-(758|759|850|906|916|919)-.*'
         property-strategies:
-          named-branches:
-            defaults:
-            - suppress-scm-triggering: true
-            exceptions:
-              # Temporarily enable automatic scm triggering of PR-850-merge and PR-906-merge,
-              # to test the BranchIndexingCause-specific branches modified by Mbed-TLS/mbedtls-test#71
-            - exception:
-                branch-name: 'PR-850-merge,PR-906-merge'
-                properties:
-                - suppress-scm-triggering: false
+          all-branches:
+          - pipeline-branch-durability-override: performance-optimized
+          - suppress-scm-triggering: true
         submodule:
           disable: false
           recursive: true