Remove Arthur test jobs.
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I409a7ea761f47d3a45df2deac75921328a8b827c
diff --git a/arthur-2-mbed-tls-pr-head.yaml b/arthur-2-mbed-tls-pr-head.yaml
deleted file mode 100644
index 5419a39..0000000
--- a/arthur-2-mbed-tls-pr-head.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-- job:
- name: arthur-2-mbed-tls-pr-head
- description: 'Job for testing mbed tls PR heads'
- project-type: multibranch
- prune-dead-branches: true
- days-to-keep: 60
- num-to-keep: 1000
- script-path: tests/.jenkins/Jenkinsfile
- properties:
- - raw:
- xml: |
- <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
- <libraries>
- <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
- <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>arthur-she</repoOwner>
- <repository>mbedtls-test</repository>
- <repositoryUrl>https://github.com/arthur-she/mbedtls-test</repositoryUrl>
- </scm>
- </retriever>
- <defaultVersion>leo-mbedtls-open-ci-notify-github</defaultVersion>
- <implicit>true</implicit>
- <allowVersionOverride>true</allowVersionOverride>
- <includeInChangesets>true</includeInChangesets>
- </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
- </libraries>
- </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
- scm:
- - github:
- api-uri: https://api.github.com
- credentials-id: arthur-2-mbedtls-github-token
- repo-owner: arthur-she
- repo: mbedtls
- repository-url: https://github.com/arthur-she/mbedtls.git
- branch-discovery: no-pr
- discover-pr-forks-strategy: both
- discover-pr-forks-trust: permission
- discover-pr-origin: both
- head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-head)'
- submodule:
- disable: false
- recursive: true
- tracking: false
- parent-credentials: false
diff --git a/arthur-2-mbed-tls-pr-merge.yaml b/arthur-2-mbed-tls-pr-merge.yaml
deleted file mode 100644
index 57730eb..0000000
--- a/arthur-2-mbed-tls-pr-merge.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-- job:
- name: arthur-2-mbed-tls-pr-merge
- description: 'Job for testing PRs merged with the target branch head'
- project-type: multibranch
- prune-dead-branches: true
- days-to-keep: 60
- num-to-keep: 1000
- script-path: tests/.jenkins/Jenkinsfile
- properties:
- - raw:
- xml: |
- <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
- <libraries>
- <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
- <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>arthur-she</repoOwner>
- <repository>mbedtls-test</repository>
- <repositoryUrl>https://github.com/arthur-she/mbedtls-test</repositoryUrl>
- </scm>
- </retriever>
- <defaultVersion>leo-mbedtls-open-ci-notify-github</defaultVersion>
- <implicit>true</implicit>
- <allowVersionOverride>true</allowVersionOverride>
- <includeInChangesets>true</includeInChangesets>
- </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
- </libraries>
- </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
- scm:
- - github:
- api-uri: https://api.github.com
- credentials-id: arthur-2-mbedtls-github-token
- repo-owner: arthur-she
- repo: mbedtls
- repository-url: https://github.com/arthur-she/mbedtls.git
- branch-discovery: no-pr
- discover-pr-forks-strategy: both
- discover-pr-forks-trust: permission
- discover-pr-origin: both
- head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-merge)'
- submodule:
- disable: false
- recursive: true
- tracking: false
- parent-credentials: false
diff --git a/arthur-mbed-tls-restricted-pr.yaml b/arthur-mbed-tls-restricted-pr.yaml
deleted file mode 100644
index ca5a5c2..0000000
--- a/arthur-mbed-tls-restricted-pr.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-- job:
- name: arthur-mbed-tls-restricted-pr
- description: 'mbedtls restricted PR job'
- project-type: multibranch
- prune-dead-branches: true
- days-to-keep: -1
- num-to-keep: -1
- script-path: tests/.jenkins/Jenkinsfile
- properties:
- - raw:
- xml: |
- <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
- <libraries>
- <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
- <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>Mbed-TLS</repoOwner>
- <repository>mbedtls-test</repository>
- <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test</repositoryUrl>
- </scm>
- </retriever>
- <defaultVersion>master</defaultVersion>
- <implicit>true</implicit>
- <allowVersionOverride>true</allowVersionOverride>
- <includeInChangesets>true</includeInChangesets>
- </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
- </libraries>
- </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
- scm:
- - github:
- api-uri: https://api.github.com
- credentials-id: mbedtls-github-token
- repo-owner: ARMmbed
- repo: mbedtls-restricted-openci
- repository-url: ssh://git@github.com/ARMmbed/mbedtls-restricted-openci.git
- branch-discovery: no-pr
- discover-pr-forks-strategy: both
- discover-pr-forks-trust: permission
- discover-pr-origin: both
- head-filter-regex: '(?!^PR-(631|653|663|758|759)-(merge|head)$)(PR-\d+-(merge|head))'
- submodule:
- disable: false
- recursive: true
- tracking: false
- parent-credentials: false
- ssh-checkout:
- credentials: openci-bot-ssh-key