Disable GitHub-triggered jobs on the staging
All mbedtls jobs are running on the production only
from now on
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I8fa3eccd4934459848adf978a4311e48cbf3d6a9
diff --git a/mbed-tls-pr-head.yaml b/mbed-tls-pr-head.yaml
index 9d37b02..fa822ac 100644
--- a/mbed-tls-pr-head.yaml
+++ b/mbed-tls-pr-head.yaml
@@ -2,7 +2,7 @@
name: mbed-tls-pr-head
description: 'Job for testing mbed tls PR heads'
project-type: multibranch
- disabled: false
+ disabled: true
prune-dead-branches: true
days-to-keep: 60
num-to-keep: 1000
diff --git a/mbed-tls-pr-merge.yaml b/mbed-tls-pr-merge.yaml
index 3c4acf2..84c8fea 100644
--- a/mbed-tls-pr-merge.yaml
+++ b/mbed-tls-pr-merge.yaml
@@ -1,6 +1,7 @@
- job:
name: mbed-tls-pr-merge
description: 'Job for testing PRs merged with the target branch head'
+ disabled: true
project-type: multibranch
prune-dead-branches: true
days-to-keep: 60
diff --git a/mbed-tls-restricted-pr-ci-testing.yaml b/mbed-tls-restricted-pr-ci-testing.yaml
index f800710..84abe40 100644
--- a/mbed-tls-restricted-pr-ci-testing.yaml
+++ b/mbed-tls-restricted-pr-ci-testing.yaml
@@ -1,6 +1,7 @@
- job:
name: mbed-tls-restricted-pr-ci-testing
description: 'mbedtls CI testing job'
+ disabled: true
project-type: multibranch
prune-dead-branches: true
script-path: tests/.jenkins/Jenkinsfile
diff --git a/mbed-tls-restricted-pr.yaml b/mbed-tls-restricted-pr.yaml
index e0cc7d9..16637cd 100644
--- a/mbed-tls-restricted-pr.yaml
+++ b/mbed-tls-restricted-pr.yaml
@@ -1,6 +1,7 @@
- job:
name: mbed-tls-restricted-pr
description: 'mbedtls restricted PR job'
+ disabled: true
project-type: multibranch
prune-dead-branches: true
days-to-keep: -1
diff --git a/mbedtls-gather-timestamps.yaml b/mbedtls-gather-timestamps.yaml
index 86e9339..ffc31c5 100644
--- a/mbedtls-gather-timestamps.yaml
+++ b/mbedtls-gather-timestamps.yaml
@@ -2,6 +2,7 @@
concurrent: true
description: Mbed TLS job to gather timestamps from various jobs' runs
name: mbedtls-gather-timestamps
+ disabled: true
pipeline-scm:
lightweight-checkout: true
scm:
diff --git a/mbedtls-pr-multibranch.yaml b/mbedtls-pr-multibranch.yaml
index d87deb9..7eda901 100644
--- a/mbedtls-pr-multibranch.yaml
+++ b/mbedtls-pr-multibranch.yaml
@@ -1,6 +1,7 @@
- job:
name: mbedtls-pr-multibranch
description: 'mbedtls PR job'
+ disabled: true
project-type: multibranch
prune-dead-branches: true
script-path: tests/.jenkins/Jenkinsfile
diff --git a/mbedtls-repo-scan-scheduler.yaml b/mbedtls-repo-scan-scheduler.yaml
index 39994dc..34db6dc 100644
--- a/mbedtls-repo-scan-scheduler.yaml
+++ b/mbedtls-repo-scan-scheduler.yaml
@@ -3,7 +3,7 @@
description: |-
This job exists to schedule the nightly repository scans.
There appears to be an issue with automatically scanning if there are more than one multibranch pipelines on the same repo.
- disabled: false
+ disabled: true
dsl: |-
build job: "mbed-tls-pr-merge", wait: false, propagate: false
build job: "mbed-tls-pr-head", wait: false, propagate: false