From 61bf6a6c386507e4862d36c30e5514005124f641 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 10 Jul 2019 10:14:50 +0200 Subject: [PATCH] ceph-ansible: remove old stable jobs This commit removes the (very) old stable jobs. These jobs can't be launched, we have to use the new matrix. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-prs.yml | 118 ------------------ 1 file changed, 118 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index b2a9bdf4..9e8cbf7c 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -343,121 +343,3 @@ artifacts: 'logs/**' allow-empty: true latest-only: false - - -# tests that will not auto start when a PR is created, but -# they can be requested with a trigger phrase. Run on smithi. -- project: - name: ceph-ansible-prs-oldstable - slave_labels: 'vagrant && libvirt && smithi' - release: - - luminous - scenario: - - purge_cluster_container - - purge_cluster_non_container - - purge_filestore_osds_non_container - - purge_filestore_osds_container - - update_cluster - - update_docker_cluster - - switch_to_containers - - bluestore_osds_non_container - - filestore_osds_non_container - - filestore_osds_container - - shrink_mon - - shrink_mon_container - - shrink_osd - - shrink_osd_container - - lvm_osds - - lvm_batch - - purge_lvm_osds - - lvm_osds_container - - lvm_batch_container - - add_osds - - add_osds_container - - rgw_multisite - - rgw_multisite_container - - lvm_auto_discovery - - lvm_auto_discovery_container - jobs: - - 'ceph-ansible-prs-oldstable' - -- job-template: - name: 'ceph-ansible-prs-{release}-{scenario}' - id: 'ceph-ansible-prs-oldstable' - node: '{slave_labels}' - concurrent: true - defaults: global - display-name: 'ceph-ansible: Pull Requests [{release}-{scenario}]' - quiet-period: 5 - block-downstream: false - block-upstream: false - retry-count: 3 - properties: - - github: - url: https://github.com/ceph/ceph-ansible - - build-discarder: - days-to-keep: 90 - num-to-keep: -1 - artifact-days-to-keep: -1 - artifact-num-to-keep: -1 - - parameters: - - string: - name: sha1 - description: "A pull request ID, like 'origin/pr/72/head'" - - triggers: - - github-pull-request: - cancel-builds-on-update: true - allow-whitelist-orgs-as-admins: true - org-list: - - ceph - skip-build-phrase: '^jenkins do not test.*|.*\[skip ci\].*' - trigger-phrase: '^jenkins test {release}-{scenario}|jenkins test all.*' - only-trigger-phrase: true - github-hooks: true - permit-all: true - auto-close-on-fail: false - status-context: "Testing: {release}-{scenario}" - started-status: "Running: {release}-{scenario}" - success-status: "OK - {release}-{scenario}" - failure-status: "FAIL - {release}-{scenario}" - - scm: - - git: - url: https://github.com/ceph/ceph-ansible.git - branches: - - ${{sha1}} - refspec: +refs/pull/*:refs/remotes/origin/pr/* - browser: auto - timeout: 20 - skip-tag: true - wipe-workspace: false - - builders: - - inject: - properties-content: | - SCENARIO={scenario} - RELEASE={release} - - shell: - !include-raw-escape: - - ../../../scripts/build_utils.sh - - ../../build/build - - publishers: - - postbuildscript: - builders: - - role: SLAVE - build-on: - - FAILURE - - ABORTED - build-steps: - - shell: - !include-raw-escape: - - ../../../scripts/build_utils.sh - - ../../build/teardown - - - archive: - artifacts: 'logs/**' - allow-empty: true - latest-only: false -- 2.39.5