From: Yolanda Robla Date: Mon, 13 Apr 2020 14:04:25 +0000 (+0200) Subject: Remove libvirt provider jobs X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=997138e1a15e65b1d028f13fdbd825c223f6f078 Remove libvirt provider jobs With the addition of virtual baremetal, we do not need to use libvirt jobs anymore, they were buggy and faulty so let's retire them. Signed-off-by: Yolanda Robla Change-Id: I5fd196c6328b86f7ca9451b1c19e0fb75fb70289 --- diff --git a/jjb/akraino-templates/akraino-jjb-kni.yaml b/jjb/akraino-templates/akraino-jjb-kni.yaml index 13ff4d6..f4285e4 100644 --- a/jjb/akraino-templates/akraino-jjb-kni.yaml +++ b/jjb/akraino-templates/akraino-jjb-kni.yaml @@ -177,23 +177,6 @@ - shell: !include-raw-escape: - ../shell/build_kni_binary.sh -- job-template: - id: kni-installer-publish-openshift-install-libvirt-binary - name: '{project-name}-publish-openshift-install-libvirt-binary' - <<: *kni_common - build-node: centos7-builder-8c-8g - - gerrit_trigger_file_paths: [] - gerrit_build_triggers: - - comment-added-contains-event: - comment-contains-value: '^build-binary' - builders: - - lf-infra-pre-build - - shell: !include-raw-escape: - - ../shell/install_go.sh - - shell: !include-raw-escape: - - ../shell/build_openshift_install_libvirt_binary.sh - - job-template: id: kni-verify-deploy-aws name: 'kni-{project-name}-verify-deploy-aws' @@ -242,33 +225,6 @@ - ../shell/install_go.sh - shell: ./installer/ci/kni_deploy_gcp.sh -- job-template: - id: kni-verify-deploy-libvirt - name: 'kni-{project-name}-verify-deploy-libvirt' - build-node: kni-libvirt - build-timeout: 120 - <<: *kni_common_deploy - - gerrit_trigger_file_paths: - - compare-type: ANT - pattern: 'profiles/testing.libvirt/**' - - compare-type: ANT - pattern: 'sites/testing.virt.edge-sites.net/**' - - compare-type: ANT - pattern: 'base/**' - - builders: - - lf-infra-pre-build - - config-file-provider: - files: - - file-id: kni-coreos-pull-secret - target: akraino-secrets/coreos-pull-secret - - file-id: kni-ssh-pub-key - target: akraino-secrets/ssh-pub-key - - shell: !include-raw-escape: - - ../shell/install_go.sh - - shell: ./installer/ci/kni_deploy_libvirt.sh - - job-template: id: kni-verify-deploy-baremetal name: 'kni-{project-name}-verify-deploy-baremetal' diff --git a/jjb/kni/kni_installer.yaml b/jjb/kni/kni_installer.yaml index 4849724..83cd3c4 100644 --- a/jjb/kni/kni_installer.yaml +++ b/jjb/kni/kni_installer.yaml @@ -8,7 +8,6 @@ jobs: - kni-installer-verify-installer - kni-installer-verify-binary - - kni-installer-publish-openshift-install-libvirt-binary - project: name: kni-blueprint-pae @@ -19,7 +18,6 @@ jobs: - kni-verify-deploy-aws - kni-verify-deploy-gcp - - kni-verify-deploy-libvirt - kni-verify-deploy-baremetal - project: @@ -31,5 +29,4 @@ jobs: - kni-verify-deploy-aws - kni-verify-deploy-gcp - - kni-verify-deploy-libvirt - kni-verify-deploy-baremetal