From 2c152b9513e4a85a2486771420b2f6b541d4e54f Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 11 Aug 2023 11:35:45 -0700 Subject: CI: Deprecate VSAP builds This repo is archived as per IT-25893 Change-Id: Iee367fe742b2b996fd6efe10077a936025fdc22d Signed-off-by: Jessica Wagantall --- jjb/vsap/include-raw-vsap-build.sh | 21 ----- jjb/vsap/vsap.yaml | 170 ------------------------------------- 2 files changed, 191 deletions(-) delete mode 100644 jjb/vsap/include-raw-vsap-build.sh delete mode 100644 jjb/vsap/vsap.yaml diff --git a/jjb/vsap/include-raw-vsap-build.sh b/jjb/vsap/include-raw-vsap-build.sh deleted file mode 100644 index 0f1c6d5d4..000000000 --- a/jjb/vsap/include-raw-vsap-build.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# vsap build script -set -xe -o pipefail - -# container server node detection -grep search /etc/resolv.conf || true - -OS_ID=$(grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g') -OS_VERSION_ID=$(grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g') - -echo OS_ID: $OS_ID -echo OS_VERSION_ID: $OS_VERSION_ID - -echo "Building using \"make deb-${MODE} openssl3_enable=1 vpp=${STREAM}\"" - -make deb-${MODE} openssl3_enable=1 vpp=${STREAM} -make verify-${MODE} openssl3_enable=1 - -echo "*******************************************************************" -echo "* VSAP ${MODE} ${STREAM} BUILD SUCCESSFULLY COMPLETED" -echo "*******************************************************************" diff --git a/jjb/vsap/vsap.yaml b/jjb/vsap/vsap.yaml deleted file mode 100644 index 2c28655b8..000000000 --- a/jjb/vsap/vsap.yaml +++ /dev/null @@ -1,170 +0,0 @@ ---- -######################################################################### -# -# Copyright (c) 2019 Intel and/or its affiliates. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at: -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -######################################################################### - -- project: - name: vsap - jobs: - - 'vsap-verify-{stream}-{os}-{mode}' - - 'vsap-merge-{stream}-{os}-{mode}' - - project: 'vsap' - os: ubuntu1804 - stream: - - '2005': - branch: 'stable/2005' - mode: - - vcl - - ldp - -- project: - name: vsap-view - views: - - project-view - project-name: vsap - -- job-template: - name: 'vsap-verify-{stream}-{os}-{mode}' - - project-type: freestyle - node: 'builder-{os}-prod-x86_64' - concurrent: true - - properties: - - lf-infra-properties: - build-days-to-keep: "{build-days-to-keep}" - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' - - gerrit-refspec-parameter - - os-parameter: - os: '{os}' - - stream-parameter: - stream: '{stream}' - - mode-parameter: - mode: '{mode}' - - scm: - - gerrit-trigger-scm-recursive: - credentials-id: 'jenkins-gerrit-credentials' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - submodule-recursive: true - submodule: - recursive: true - - wrappers: - - fdio-infra-wrappers: - build-timeout: 120 - - triggers: - - gerrit-trigger-patch-submitted: - name: '{project}' - branch: '{branch}' - - builders: - - shell: - !include-raw-escape: - - include-raw-vsap-build.sh - - publishers: - - fdio-infra-publish - -- job-template: - name: 'vsap-merge-{stream}-{os}-{mode}' - - project-type: freestyle - node: 'builder-{os}-prod-x86_64' - - properties: - - lf-infra-properties: - build-days-to-keep: "{build-days-to-keep}" - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' - - gerrit-refspec-parameter - - os-parameter: - os: '{os}' - - stream-parameter: - stream: '{stream}' - - mode-parameter: - mode: '{mode}' - - scm: - - gerrit-trigger-scm-recursive: - credentials-id: 'jenkins-gerrit-credentials' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - submodule-recursive: true - submodule: - recursive: true - - wrappers: - - fdio-infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - gerrit-trigger-patch-merged: - name: '{project}' - branch: '{branch}' - - builders: - - config-file-provider: - files: - - file-id: '.packagecloud' - target: '/root/.packagecloud' - - config-file-provider: - files: - - file-id: 'packagecloud_api' - target: '/root/packagecloud_api' - - shell: - !include-raw-escape: - - include-raw-vsap-build.sh - - shell: - !include-raw-escape: - - ../scripts/packagecloud_push.sh - - publishers: - - fdio-infra-publish - -- project: - name: vsap-info - project-name: vsap - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-2g - project: vsap - branch: master - -- project: - name: vsap-sonar - project: vsap - project-name: vsap - mvn-settings: vsap-settings - sonarcloud: true - sonarcloud-project-organization: '{sonarcloud_project_organization}' - sonarcloud-api-token: '{sonarcloud_api_token}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - branch: master - build-node: centos7-docker-4c-4g - jobs: - - gerrit-maven-sonar -- cgit 1.2.3-korg