diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-08-02 15:51:46 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-08-02 16:31:26 -0700 |
commit | a29dd524cc61ad4692b5ba0fee58c2276ffa0917 (patch) | |
tree | 3ae32453f462f2c9b8672d353cf1e7acd11a956e /jjb/cps | |
parent | b27342f9233908ba7bd2970f313d71f7306386db (diff) |
CI: Remove Jenkins gerrit-info-yaml-verify job
This verification has been moved to GitHub Actions and its
enfoced for all repos.
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I33c874815e0f0836dcf0e3f5d39a0e4829d286d6
Diffstat (limited to 'jjb/cps')
-rw-r--r-- | jjb/cps/cps-cps-tbdmt.yaml | 8 | ||||
-rw-r--r-- | jjb/cps/cps-cps-temporal.yaml | 8 | ||||
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin.yaml | 8 | ||||
-rw-r--r-- | jjb/cps/cps.yaml | 8 |
4 files changed, 0 insertions, 32 deletions
diff --git a/jjb/cps/cps-cps-tbdmt.yaml b/jjb/cps/cps-cps-tbdmt.yaml index dbc44aaee..a86c7493e 100644 --- a/jjb/cps/cps-cps-tbdmt.yaml +++ b/jjb/cps/cps-cps-tbdmt.yaml @@ -6,14 +6,6 @@ - project-view - project: - name: cps-tbdmt-info - project: cps/cps-tbdmt - project-name: cps-cps-tbdmt - build-node: centos8-builder-2c-1g - jobs: - - gerrit-info-yaml-verify - -- project: name: cps-tbdmt-clm java-version: openjdk11 mvn-version: "mvn36" diff --git a/jjb/cps/cps-cps-temporal.yaml b/jjb/cps/cps-cps-temporal.yaml index 67962e7ad..c966d1219 100644 --- a/jjb/cps/cps-cps-temporal.yaml +++ b/jjb/cps/cps-cps-temporal.yaml @@ -6,14 +6,6 @@ - project-view - project: - name: cps-cps-temporal-info - project: cps/cps-temporal - project-name: cps-cps-temporal - build-node: centos8-builder-2c-1g - jobs: - - gerrit-info-yaml-verify - -- project: name: cps-cps-temporal java-version: openjdk11 mvn-version: mvn36 diff --git a/jjb/cps/cps-ncmp-dmi-plugin.yaml b/jjb/cps/cps-ncmp-dmi-plugin.yaml index ee12b056b..335a813fb 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin.yaml @@ -6,14 +6,6 @@ - project-view - project: - name: cps-ncmp-dmi-plugin-info - project: cps/ncmp-dmi-plugin - project-name: cps-ncmp-dmi-plugin - build-node: centos8-builder-2c-1g - jobs: - - gerrit-info-yaml-verify - -- project: name: cps-ncmp-dmi-plugin-java17 java-version: openjdk17 mvn-version: mvn36 diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index ed84ad5de..2d91380a6 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -6,14 +6,6 @@ - project-view - project: - name: cps-info - project: cps - project-name: cps - build-node: centos8-builder-2c-1g - jobs: - - gerrit-info-yaml-verify - -- project: name: cps-clm java-version: openjdk17 mvn-version: "mvn36" |