Switch to Mbed-TLS/mbedtls.git and Mbed-TLS/mbedtls-test.git

mbedtls.git and mbedtls-test.git have been moved to under https://github.com/Mbed-TLS
So, modify jobs accordingly.

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: Ifb2d1b8794482c22b3d70a1a5125d35c864db501
diff --git a/mbed-tls-nightly-tests.yaml b/mbed-tls-nightly-tests.yaml
index 8bd3266..782aff3 100644
--- a/mbed-tls-nightly-tests.yaml
+++ b/mbed-tls-nightly-tests.yaml
@@ -5,7 +5,7 @@
     name: mbed-tls-nightly-tests
     parameters:
     - string:
-        default: https://github.com/ARMmbed/mbedtls.git
+        default: https://github.com/Mbed-TLS/mbedtls.git
         description: Enter mbed TLS repo/fork
         name: MBED_TLS_REPO
         trim: 'false'
@@ -109,7 +109,7 @@
       - git:
           branches:
           - 'master'
-          url: https://github.com/ARMmbed/mbedtls-test.git
+          url: https://github.com/Mbed-TLS/mbedtls-test.git
       script-path: vars/mbedtls-release-Jenkinsfile
     project-type: pipeline
     properties:
diff --git a/mbed-tls-pr-head.yaml b/mbed-tls-pr-head.yaml
index a30806d..07d46b2 100644
--- a/mbed-tls-pr-head.yaml
+++ b/mbed-tls-pr-head.yaml
@@ -15,9 +15,9 @@
                   <name>mbedtls-test</name>
                   <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
                     <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
-                      <repoOwner>ARMmbed</repoOwner>
+                      <repoOwner>Mbed-TLS</repoOwner>
                       <repository>mbedtls-test</repository>
-                      <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl>
+                      <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
                     </scm>
                   </retriever>
                   <defaultVersion>master</defaultVersion>
@@ -33,7 +33,7 @@
         credentials-id: mbedtls-github-token
         repo-owner: ARMmbed
         repo: mbedtls
-        repository-url: https://github.com/ARMmbed/mbedtls.git
+        repository-url: https://github.com/Mbed-TLS/mbedtls.git
         branch-discovery: no-pr
         discover-pr-forks-strategy: both
         discover-pr-forks-trust: permission
diff --git a/mbed-tls-pr-merge.yaml b/mbed-tls-pr-merge.yaml
index 8251beb..30f9d2c 100644
--- a/mbed-tls-pr-merge.yaml
+++ b/mbed-tls-pr-merge.yaml
@@ -15,9 +15,9 @@
                   <name>mbedtls-test</name>
                   <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
                     <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
-                      <repoOwner>ARMmbed</repoOwner>
+                      <repoOwner>Mbed-TLS</repoOwner>
                       <repository>mbedtls-test</repository>
-                      <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl>
+                      <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
                     </scm>
                   </retriever>
                   <defaultVersion>master</defaultVersion>
@@ -33,7 +33,7 @@
         credentials-id: mbedtls-github-token
         repo-owner: ARMmbed
         repo: mbedtls
-        repository-url: https://github.com/ARMmbed/mbedtls.git
+        repository-url: https://github.com/Mbed-TLS/mbedtls.git
         branch-discovery: no-pr
         discover-pr-forks-strategy: both
         discover-pr-forks-trust: permission
diff --git a/mbed-tls-restricted-pr-ci-testing.yaml b/mbed-tls-restricted-pr-ci-testing.yaml
index dc9075a..dbdbfa1 100644
--- a/mbed-tls-restricted-pr-ci-testing.yaml
+++ b/mbed-tls-restricted-pr-ci-testing.yaml
@@ -13,9 +13,9 @@
                   <name>mbedtls-test</name>
                   <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
                     <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
-                      <repoOwner>ARMmbed</repoOwner>
+                      <repoOwner>Mbed-TLS</repoOwner>
                       <repository>mbedtls-test</repository>
-                      <repositoryUrl>https://github.com/ARMmbed/mbedtls-test</repositoryUrl>
+                      <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
                       <traits>
                         <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
                           <strategyId>1</strategyId>
diff --git a/mbed-tls-restricted-pr-test-parametrized.yaml b/mbed-tls-restricted-pr-test-parametrized.yaml
index 5921739..da63ed4 100644
--- a/mbed-tls-restricted-pr-test-parametrized.yaml
+++ b/mbed-tls-restricted-pr-test-parametrized.yaml
@@ -106,7 +106,7 @@
         name: TEST_MBED_OS_TLS_CLIENT_EXAMPLE
     - git-parameter:
         name: TEST_BRANCH
-        description: Branch or tag in https://github.com/ARMmbed/mbedtls-test (forks are not supported)
+        description: Branch or tag in https://github.com/Mbed-TLS/mbedtls-test.git (forks are not supported)
         type: PT_BRANCH_TAG
         quickFilterEnabled: True
         defaultValue: master
@@ -116,7 +116,7 @@
       - git:
           branches:
           - ${TEST_BRANCH}
-          url: https://github.com/ARMmbed/mbedtls-test.git
+          url: https://github.com/Mbed-TLS/mbedtls-test.git
       script-path: vars/mbedtls-pr-test-Jenkinsfile
     project-type: pipeline
     properties:
@@ -131,7 +131,7 @@
         days-to-keep: 60
         num-to-keep: 100
     - github:
-        url: https://github.com/ARMmbed/mbedtls/
+        url: https://github.com/Mbed-TLS/mbedtls
     - inject:
         enabled: true
         keep-build-variables: true
diff --git a/mbed-tls-restricted-pr.yaml b/mbed-tls-restricted-pr.yaml
index 1ffcc46..d91a18e 100644
--- a/mbed-tls-restricted-pr.yaml
+++ b/mbed-tls-restricted-pr.yaml
@@ -15,9 +15,9 @@
                   <name>mbedtls-test</name>
                   <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
                     <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
-                      <repoOwner>ARMmbed</repoOwner>
+                      <repoOwner>Mbed-TLS</repoOwner>
                       <repository>mbedtls-test</repository>
-                      <repositoryUrl>https://github.com/ARMmbed/mbedtls-test</repositoryUrl>
+                      <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
                     </scm>
                   </retriever>
                   <defaultVersion>master</defaultVersion>
diff --git a/mbedtls-dockerfile-builder.yaml b/mbedtls-dockerfile-builder.yaml
index 1ea8bd6..6057f0a 100644
--- a/mbedtls-dockerfile-builder.yaml
+++ b/mbedtls-dockerfile-builder.yaml
@@ -72,7 +72,7 @@
     name: mbedtls-dockerfile-builder
     parameters:
     - string:
-        default: https://github.com/ARMmbed/mbedtls-test
+        default: https://github.com/Mbed-TLS/mbedtls-test.git
         description: Enter mbed TLS test repo/fork
         name: MBED_TLS_TEST_REPO
         trim: 'false'
diff --git a/mbedtls-pr-multibranch.yaml b/mbedtls-pr-multibranch.yaml
index 168daef..6678339 100644
--- a/mbedtls-pr-multibranch.yaml
+++ b/mbedtls-pr-multibranch.yaml
@@ -13,9 +13,9 @@
                   <name>mbedtls-test</name>
                   <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
                     <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
-                      <repoOwner>ARMmbed</repoOwner>
+                      <repoOwner>Mbed-TLS</repoOwner>
                       <repository>mbedtls-test</repository>
-                      <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl>
+                      <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
                       <traits>
                         <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
                           <strategyId>1</strategyId>
@@ -43,7 +43,7 @@
         credentials-id: mbedtls-github-token
         repo-owner: ARMmbed
         repo: mbedtls
-        repository-url: https://github.com/ARMmbed/mbedtls.git
+        repository-url: https://github.com/Mbed-TLS/mbedtls.git
         branch-discovery: no-pr
         discover-pr-origin: both
         discover-pr-forks-strategy: both
diff --git a/mbedtls-release-ci-testing.yaml b/mbedtls-release-ci-testing.yaml
index 1d189dc..63b4474 100644
--- a/mbedtls-release-ci-testing.yaml
+++ b/mbedtls-release-ci-testing.yaml
@@ -5,7 +5,7 @@
     name: mbedtls-release-ci-testing
     parameters:
     - string:
-        default: https://github.com/ARMmbed/mbedtls.git
+        default: https://github.com/Mbed-TLS/mbedtls.git
         description: Enter mbed TLS repo/fork
         name: MBED_TLS_REPO
         trim: 'true'
@@ -112,7 +112,7 @@
         name: PUSH_COVERITY
     - git-parameter:
         name: TEST_BRANCH
-        description: Branch or tag in https://github.com/ARMmbed/mbedtls-test (forks are not supported)
+        description: Branch or tag in https://github.com/Mbed-TLS/mbedtls-test.git (forks are not supported)
         type: PT_BRANCH_TAG
         quickFilterEnabled: True
         defaultValue: master
@@ -122,7 +122,7 @@
       - git:
           branches:
           - ${TEST_BRANCH}
-          url: https://github.com/ARMmbed/mbedtls-test.git
+          url: https://github.com/Mbed-TLS/mbedtls-test.git
       script-path: vars/mbedtls-release-Jenkinsfile
     project-type: pipeline
     properties:
@@ -137,7 +137,7 @@
         days-to-keep: 60
         num-to-keep: 30
     - github:
-        url: https://github.com/ARMmbed/mbedtls/
+        url: https://github.com/Mbed-TLS/mbedtls
     - inject:
         enabled: true
         keep-build-variables: true
diff --git a/mbedtls-restricted-release-new.yaml b/mbedtls-restricted-release-new.yaml
index e4128f9..a5f7691 100644
--- a/mbedtls-restricted-release-new.yaml
+++ b/mbedtls-restricted-release-new.yaml
@@ -108,7 +108,7 @@
       - git:
           branches:
           - 'master'
-          url: https://github.com/ARMmbed/mbedtls-test.git
+          url: https://github.com/Mbed-TLS/mbedtls-test.git
       script-path: vars/mbedtls-release-Jenkinsfile
     project-type: pipeline
     properties:
@@ -123,7 +123,7 @@
         days-to-keep: 60
         num-to-keep: 100
     - github:
-        url: https://github.com/ARMmbed/mbedtls/
+        url: https://github.com/Mbed-TLS/mbedtls
     - inject:
         enabled: true
         keep-build-variables: true