Removes obsolete jobs

Removes the definitions of:
- tf-m-nightly-for-test
- tf-m-release-static
- tf-m-split-build
- tf-m-build-docs-nightly

Change-Id: I63a8a4d19808f5c7b45c9dc1745dbad2947d77aa
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/tf-m-build-docs-nightly.yaml b/tf-m-build-docs-nightly.yaml
deleted file mode 100644
index d9766cb..0000000
--- a/tf-m-build-docs-nightly.yaml
+++ /dev/null
@@ -1,76 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-- job:
-    name: tf-m-build-docs-nightly
-    description: 'Builds documentation from repo by nightly'
-    project-type: pipeline
-    disabled: false
-    sandbox: true
-    concurrent: true
-    properties:
-      - build-discarder:
-          days-to-keep: 15
-          num-to-keep: 45
-    triggers:
-      - timed: 'H 3 * * *'
-    parameters:
-      - string:
-          name: 'GERRIT_REFSPEC'
-          default: 'refs/heads/main'
-          description: |
-            Specify which TF-M version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'GERRIT_BRANCH'
-          default: 'main'
-          description: |
-            TF-M branch.
-      - string:
-          name: 'GERRIT_HOST'
-          default: ''
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_PATCHSET_REVISION'
-          default: ''
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_CHANGE_NUMBER'
-          default: ''
-          description: |
-            No need to change.
-      - string:
-          name: 'CODE_REPO'
-          default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
-      - string:
-          name: 'CI_SCRIPTS_REPO'
-          default: 'https://git.trustedfirmware.org/ci/tf-m-ci-scripts'
-      - string:
-          name: 'CI_SCRIPTS_BRANCH'
-          default: 'master'
-          description: |
-            Branch of CI_SCRIPTS_REPO to use; also accepts Gerrit patch refspec like 'refs/changes/98/29798/1'
-      - string:
-          name: SHARE_FOLDER
-          default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
-          description: 'Folder containing shared repositories for downstream pipeline jobs'
-    wrappers:
-        - timestamps
-    pipeline-scm:
-      scm:
-        - git:
-            url: '$CI_SCRIPTS_REPO'
-            branches:
-            - '$CI_SCRIPTS_BRANCH'
-            refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/remotes/origin/refs/changes/*'
-            credentials-id: GIT_SSH_KEY
-            wipe-workspace: false
-      script-path: jenkins/build-docs.jpl
diff --git a/tf-m-nightly-for-test.yaml b/tf-m-nightly-for-test.yaml
deleted file mode 100644
index 381fe72..0000000
--- a/tf-m-nightly-for-test.yaml
+++ /dev/null
@@ -1,157 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2022-2023, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-- job:
-    name: tf-m-nightly-for-test
-    description: 'Build that covers all nightly configs for verification.'
-    project-type: pipeline
-    disabled: false
-    sandbox: true
-    concurrent: true
-    properties:
-      - build-discarder:
-          days-to-keep: 15
-          num-to-keep: 45
-    parameters:
-      - string:
-          name: 'FILTER_GROUP'
-          default: "nightly_test nightly_profile_s nightly_profile_m nightly_profile_m_arotless \
-                    nightly_profile_l nightly_cc_driver_psa nightly_fp nightly_psa_api \
-                    nightly_ipc_backend nightly_nsce nightly_mmio nightly_cs300_an547  \
-                    nightly_cs300_an552 nightly_cs300_fvp nightly_corstone310 \
-                    nightly_corstone1000 nightly_rse nightly_psoc64 \
-                    nightly_lpcxpresso55s69 nightly_b_u585i_iot02a nightly_stm32h573i_dk"
-          description: |
-            Filter to a group of configurations as recognised by configs.py
-      - string:
-          name: 'CODE_REPO'
-          default: 'https://git.trustedfirmware.org/TF-M/trusted-firmware-m'
-      - string:
-          name: 'CI_SCRIPTS_REPO'
-          default: 'https://git.trustedfirmware.org/ci/tf-m-ci-scripts'
-      - string:
-          name: 'CI_SCRIPTS_BRANCH'
-          default: 'master'
-          description: |
-            Branch of CI_SCRIPTS_REPO to use; also accepts Gerrit patch refspec like 'refs/changes/98/29798/1'
-      - string:
-          name: 'GERRIT_REFSPEC'
-          default: 'refs/heads/main'
-          description: |
-            Specify which TF-M version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'GERRIT_BRANCH'
-          default: 'main'
-          description: |
-            TF-M branch.
-      - string:
-          name: 'GERRIT_HOST'
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_CHANGE_NUMBER'
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_PATCHSET_REVISION'
-          description: |
-            No need to change.
-      - string:
-          name: 'MBEDTLS_VERSION'
-          default: ''
-          description: |
-            Specify which MBEDTLS version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'MBEDTLS_URL'
-          default: 'https://git.trustedfirmware.org/mirror/mbed-tls.git'
-      - string:
-          name: 'LAVA_URL'
-          default: 'https://tf.validation.linaro.org'
-      - string:
-          name: 'CODE_COVERAGE_EN'
-          default: 'FALSE'
-      - string:
-          name: 'LAVA_CREDENTIALS'
-          default: 'LAVA_CREDENTIALS'
-          description: "Name of Jenkins credential for authentication with LAVA."
-      - string:
-          name: 'MCUBOOT_REFSPEC'
-          default: ''
-          description: |
-            Specify which MCUboot version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'MCUBOOT_URL'
-          default: 'https://git.trustedfirmware.org/mirror/mcuboot.git'
-      - string:
-          name: 'TFM_TESTS_URL'
-          default: 'https://git.trustedfirmware.org/TF-M/tf-m-tests.git'
-      - string:
-          name: 'TFM_TESTS_REFSPEC'
-          default: ''
-          description: |
-            Specify which tf-m-tests version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'TFM_EXTRAS_URL'
-          default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
-      - string:
-          name: 'TFM_EXTRAS_REFSPEC'
-          default: ''
-          description: |
-            Specify which tf-m-extras version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'PSA_ARCH_TESTS_URL'
-          default: 'https://git.trustedfirmware.org/mirror/psa-arch-tests.git'
-      - string:
-          name: 'PSA_ARCH_TESTS_VERSION'
-          default: ''
-          description: |
-            Specify which psa-arch-tests version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'QCBOR_URL'
-          default: 'https://github.com/laurencelundblade/QCBOR.git'
-      - string:
-          name: 'QCBOR_VERSION'
-          default: ''
-          description: |
-            Specify which QCBOR version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: SHARE_FOLDER
-          default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
-          description: 'Folder containing shared repositories for downstream pipeline jobs'
-    wrappers:
-        - timestamps
-    pipeline-scm:
-      scm:
-        - git:
-            url: '$CI_SCRIPTS_REPO'
-            branches:
-            - '$CI_SCRIPTS_BRANCH'
-            refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/remotes/origin/refs/changes/*'
-            credentials-id: GIT_SSH_KEY
-            wipe-workspace: false
-      script-path: jenkins/ci.jpl
diff --git a/tf-m-release-static.yaml b/tf-m-release-static.yaml
deleted file mode 100644
index ce5321b..0000000
--- a/tf-m-release-static.yaml
+++ /dev/null
@@ -1,146 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-- job:
-    name: tf-m-release-static
-    description: 'Triggers static checks on Gerrit trigger, then triggers build job after.'
-    project-type: pipeline
-    disabled: false
-    sandbox: true
-    concurrent: true
-    properties:
-      - build-discarder:
-          days-to-keep: 15
-          num-to-keep: 45
-    parameters:
-      - string:
-          name: 'CODE_REPO'
-          default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
-      - string:
-          name: 'CI_SCRIPTS_REPO'
-          default: 'https://git.trustedfirmware.org/ci/tf-m-ci-scripts'
-      - string:
-          name: 'CI_SCRIPTS_BRANCH'
-          default: 'release/2.0.x'
-      - string:
-          name: 'GERRIT_REFSPEC'
-          default: 'refs/heads/release/2.0.x'
-          description: |
-            Specify which TF-M version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'GERRIT_BRANCH'
-          default: 'release/2.0.x'
-          description: |
-            TF-M branch.
-      - string:
-          name: 'GERRIT_HOST'
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_CHANGE_NUMBER'
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_PATCHSET_REVISION'
-          description: |
-            No need to change.
-      - string:
-          name: 'MCUBOOT_REFSPEC'
-          default: ''
-          description: |
-            Specify which MCUboot version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'MCUBOOT_URL'
-          default: 'https://git.trustedfirmware.org/mirror/mcuboot.git'
-      - string:
-          name: 'MBEDTLS_VERSION'
-          default: ''
-          description: |
-            Specify which MBEDTLS version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'MBEDTLS_URL'
-          default: 'https://git.trustedfirmware.org/mirror/mbed-tls.git'
-      - string:
-          name: 'TFM_TESTS_URL'
-          default: 'https://git.trustedfirmware.org/TF-M/tf-m-tests.git'
-      - string:
-          name: 'TFM_TESTS_REFSPEC'
-          default: ''
-      - string:
-          name: 'TFM_EXTRAS_URL'
-          default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
-      - string:
-          name: 'TFM_EXTRAS_REFSPEC'
-          default: ''
-      - string:
-          name: 'PSA_ARCH_TESTS_URL'
-          default: 'https://git.trustedfirmware.org/mirror/psa-arch-tests.git'
-      - string:
-          name: 'PSA_ARCH_TESTS_VERSION'
-          default: ''
-          description: |
-            Specify which psa-arch-tests version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'QCBOR_URL'
-          default: 'https://github.com/laurencelundblade/QCBOR.git'
-      - string:
-          name: 'QCBOR_VERSION'
-          default: ''
-          description: |
-            Specify which QCBOR version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: SHARE_FOLDER
-          default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
-          description: 'Folder containing shared repositories for downstream pipeline jobs'
-    triggers:
-      - gerrit:
-          trigger-on:
-            - comment-added-event:
-                approval-category: 'Allow-CI'
-                approval-value: '1'
-          projects:
-              - project-compare-type: 'PLAIN'
-                project-pattern: 'TF-M/trusted-firmware-m'
-                branches:
-                  - branch-compare-type: 'PLAIN'
-                    branch-pattern: 'release/2.0.x'
-          override-votes: true
-          gerrit-build-successful-verified-value: 1
-          gerrit-build-failed-verified-value: -1
-          gerrit-build-unstable-verified-value: -1
-          gerrit-build-successful-codereview-value: 0
-          gerrit-build-failed-codereview-value: 0
-          gerrit-build-unstable-codereview-value: 0
-          notification-level: 'OWNER_REVIEWERS'
-          custom-url: $RUN_DISPLAY_URL
-    wrappers:
-        - timestamps
-    pipeline-scm:
-      scm:
-        - git:
-            url: '$CI_SCRIPTS_REPO'
-            branches:
-            - '$CI_SCRIPTS_BRANCH'
-            refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/remotes/origin/refs/changes/*'
-            credentials-id: GIT_SSH_KEY
-            wipe-workspace: false
-      script-path: jenkins/static.jpl
diff --git a/tf-m-split-build.yaml b/tf-m-split-build.yaml
deleted file mode 100644
index 2efb36a..0000000
--- a/tf-m-split-build.yaml
+++ /dev/null
@@ -1,161 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-- job:
-    name: tf-m-split-build
-    description: 'Triggers static checks on Gerrit trigger, then triggers build job after.'
-    project-type: pipeline
-    disabled: false
-    sandbox: true
-    concurrent: true
-    properties:
-      - build-discarder:
-          days-to-keep: 15
-          num-to-keep: 45
-    parameters:
-      - string:
-          name: 'FILTER_GROUP'
-          default: 'pp_test'
-          description: |
-            Filter to a group of configurations as recognised by configs.py
-      - string:
-          name: 'CODE_REPO'
-          default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
-      - string:
-          name: 'CI_SCRIPTS_REPO'
-          default: 'https://git.trustedfirmware.org/ci/tf-m-ci-scripts'
-      - string:
-          name: 'CI_SCRIPTS_BRANCH'
-          default: 'feature/split-build'
-      - string:
-          name: 'GERRIT_REFSPEC'
-          default: 'refs/heads/feature-build-split-v2'
-          description: |
-            Specify which TF-M version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'GERRIT_BRANCH'
-          default: 'feature-build-split-v2'
-          description: |
-            TF-M branch.
-      - string:
-          name: 'GERRIT_HOST'
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_CHANGE_NUMBER'
-          description: |
-            No need to change.
-      - string:
-          name: 'GERRIT_PATCHSET_REVISION'
-          description: |
-            No need to change.
-      - string:
-          name: 'MCUBOOT_REFSPEC'
-          default: ''
-          description: |
-            Specify which MCUboot version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'MCUBOOT_URL'
-          default: 'https://git.trustedfirmware.org/mirror/mcuboot.git'
-      - string:
-          name: 'MBEDTLS_VERSION'
-          default: ''
-          description: |
-            Specify which MBEDTLS version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'MBEDTLS_URL'
-          default: 'https://git.trustedfirmware.org/mirror/mbed-tls.git'
-      - string:
-          name: 'TFM_TESTS_URL'
-          default: 'https://git.trustedfirmware.org/TF-M/tf-m-tests.git'
-      - string:
-          name: 'TFM_TESTS_REFSPEC'
-          default: ''
-      - string:
-          name: 'TFM_EXTRAS_URL'
-          default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
-      - string:
-          name: 'TFM_EXTRAS_REFSPEC'
-          default: ''
-      - string:
-          name: 'PSA_ARCH_TESTS_URL'
-          default: 'https://git.trustedfirmware.org/mirror/psa-arch-tests.git'
-      - string:
-          name: 'PSA_ARCH_TESTS_VERSION'
-          default: ''
-          description: |
-            Specify which psa-arch-tests version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'QCBOR_URL'
-          default: 'https://github.com/laurencelundblade/QCBOR.git'
-      - string:
-          name: 'QCBOR_VERSION'
-          default: ''
-          description: |
-            Specify which QCBOR version to use
-            refs/heads/<branch_name> : Pick up latest HEAD on branch
-            TAG_NAME                 : Pick up a tagged version
-            full commit hash         : Pick up a specific commit
-      - string:
-          name: 'LAVA_URL'
-          default: 'https://tf.validation.linaro.org'
-      - string:
-          name: 'CODE_COVERAGE_EN'
-          default: 'FALSE'
-      - string:
-          name: 'LAVA_CREDENTIALS'
-          default: 'LAVA_CREDENTIALS'
-          description: "Name of Jenkins credential for authentication with LAVA."
-      - string:
-          name: SHARE_FOLDER
-          default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
-          description: 'Folder containing shared repositories for downstream pipeline jobs'
-    triggers:
-      - gerrit:
-          trigger-on:
-            - comment-added-event:
-                approval-category: 'Allow-CI'
-                approval-value: '1'
-          projects:
-              - project-compare-type: 'PLAIN'
-                project-pattern: 'TF-M/trusted-firmware-m'
-                branches:
-                  - branch-compare-type: 'PLAIN'
-                    branch-pattern: 'feature-build-split-v2'
-          override-votes: true
-          gerrit-build-successful-verified-value: 1
-          gerrit-build-failed-verified-value: -1
-          gerrit-build-unstable-verified-value: -1
-          gerrit-build-successful-codereview-value: 0
-          gerrit-build-failed-codereview-value: 0
-          gerrit-build-unstable-codereview-value: 0
-          notification-level: 'OWNER_REVIEWERS'
-          custom-url: $RUN_DISPLAY_URL
-    wrappers:
-        - timestamps
-    pipeline-scm:
-      scm:
-        - git:
-            url: '$CI_SCRIPTS_REPO'
-            branches:
-            - '$CI_SCRIPTS_BRANCH'
-            refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/remotes/origin/refs/changes/*'
-            credentials-id: GIT_SSH_KEY
-            wipe-workspace: false
-      script-path: jenkins/ci.jpl