Disable all jobs.

All MbedTLS jobs have been enabled on the new MbedTLS Jenkins [1]

[1]: https://mbedtls.trustedfirmware.org/

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I722fe5124492d0a8dea28778a00046477012ae1a
diff --git a/arthur-mbed-tls-nightly-tests.yaml b/arthur-mbed-tls-nightly-tests.yaml
index d6cb526..f31d737 100644
--- a/arthur-mbed-tls-nightly-tests.yaml
+++ b/arthur-mbed-tls-nightly-tests.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Mbed TLS Nightly Tests with AWS EC2 agent nodes
-    disabled: false
+    disabled: true
     name: arthur-mbed-tls-nightly-tests
     parameters:
     - string:
diff --git a/arthur-mbed-tls-restricted-pr-test-parametrized.yaml b/arthur-mbed-tls-restricted-pr-test-parametrized.yaml
index fd7b816..1ce1241 100644
--- a/arthur-mbed-tls-restricted-pr-test-parametrized.yaml
+++ b/arthur-mbed-tls-restricted-pr-test-parametrized.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Mbed TLS parametrized test PR job
-    disabled: false
+    disabled: true
     name: arthur-mbed-tls-restricted-pr-test-parametrized
     parameters:
     - string:
diff --git a/arthur-mbedtls-release-ci-testing.yaml b/arthur-mbedtls-release-ci-testing.yaml
index d39b62c..07770a0 100644
--- a/arthur-mbedtls-release-ci-testing.yaml
+++ b/arthur-mbedtls-release-ci-testing.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Mbed TLS Release job (new)
-    disabled: false
+    disabled: true
     name: arthur-mbedtls-release-ci-testing
     parameters:
     - string:
diff --git a/arthur-mbedtls-restricted-release-new.yaml b/arthur-mbedtls-restricted-release-new.yaml
index 4f15d90..6291eb8 100644
--- a/arthur-mbedtls-restricted-release-new.yaml
+++ b/arthur-mbedtls-restricted-release-new.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Mbed TLS Release job (new)
-    disabled: false
+    disabled: true
     name: arthur-mbedtls-restricted-release-new
     parameters:
     - string:
diff --git a/lsandov1-mbed-tls-nightly-tests.yaml b/lsandov1-mbed-tls-nightly-tests.yaml
index 745ad0e..d1e4f17 100644
--- a/lsandov1-mbed-tls-nightly-tests.yaml
+++ b/lsandov1-mbed-tls-nightly-tests.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Mbed TLS Nightly Tests
-    disabled: false
+    disabled: true
     name: lsandov1-mbed-tls-nightly-tests
     parameters:
     - string:
diff --git a/lsandov1-mbed-tls-sample-job.yaml b/lsandov1-mbed-tls-sample-job.yaml
index e30d0c9..29ac668 100644
--- a/lsandov1-mbed-tls-sample-job.yaml
+++ b/lsandov1-mbed-tls-sample-job.yaml
@@ -3,7 +3,7 @@
     node: docker-amd64-mbed-tls-host
     project-type: freestyle
     concurrent: true
-    disabled: false
+    disabled: true
     defaults: global
     Description: |
       mbetlst test job
diff --git a/lsandov1-mbedtls-release-ci-testing.yaml b/lsandov1-mbedtls-release-ci-testing.yaml
index 6ae7501..2d05e36 100644
--- a/lsandov1-mbedtls-release-ci-testing.yaml
+++ b/lsandov1-mbedtls-release-ci-testing.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Mbed TLS Release job (new)
-    disabled: false
+    disabled: true
     name: lsandov1-mbedtls-release-ci-testing
     parameters:
     - string:
diff --git a/mbed-tls-pr-head.yaml b/mbed-tls-pr-head.yaml
index 155da2d..1af2dd7 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