Removing airship-jarvis from Zuul

This patchset removes airship-jarvis jobs from Zuul as they are not
needed anymore and it is causing merges to fail.

Change-Id: Ifeaa10cd77e84a9548498bf36b8a6c02091ace3c
This commit is contained in:
Shiba, Sidney 2021-09-17 10:32:40 -06:00
parent 2081013e72
commit 874c60e4ce
2 changed files with 0 additions and 59 deletions

View File

@ -16,57 +16,6 @@
description: Lint Helm charts
nodeset: airship-charts-single-node
- job:
name: airship-jarvis
timeout: 7200
pre-run:
- playbooks/airship-setup.yaml
run: playbooks/gate-runner.yaml
post-run: playbooks/gather-logs.yaml
description: Perform CI on the Jarvis Suite of applications
nodeset: airship-charts-single-node
vars:
aio_params:
feature_gates: ""
collect_kubernetes_logs_namespace: tekton-pipelines
gate_scripts_relative_path: ../charts
gate_scripts:
- ./tools/gate/jarvis/050-setup-development-ca.sh
- ./tools/gate/jarvis/100-deploy-k8s.sh
- ./tools/gate/jarvis/150-deploy-kyverno.sh
- ./tools/gate/jarvis/200-deploy-support.sh
- ./tools/gate/jarvis/300-deploy-loki.sh
- ./tools/gate/jarvis/400-deploy-harbor.sh
- ./tools/gate/jarvis/500-deploy-gerrit.sh
- ./tools/gate/jarvis/600-deploy-tekton.sh
- ./tools/gate/jarvis/650-temporary-setup.sh
- ./tools/gate/jarvis/700-deploy-jarvis-system.sh
- ./tools/gate/jarvis/800-deploy-jarvis-projects.sh
- job:
name: airship-jarvis-sample-workload-validation
files:
- ^tools/gate/jarvis/5G-SA-core/.*$
- ^zuul\.d/.*$
timeout: 7200
pre-run:
- playbooks/airship-setup.yaml
run: playbooks/gate-runner.yaml
post-run: playbooks/gather-logs.yaml
description: Perform CI on the Jarvis Sample workload
nodeset: airship-charts-single-node
vars:
aio_params:
feature_gates: ""
collect_kubernetes_logs_namespace: tekton-pipelines
gate_scripts_relative_path: ../charts
gate_scripts:
- ./tools/gate/jarvis/050-setup-development-ca.sh
- ./tools/gate/jarvis/100-deploy-k8s.sh
- ./tools/gate/jarvis/5G-SA-core/200-build-containers.sh
- ./tools/gate/jarvis/5G-SA-core/300-check-charts.sh
- ./tools/gate/jarvis/5G-SA-core/400-smoke-deployment.sh
- job:
name: airship-charts-upload-git-mirror
parent: upload-git-mirror

View File

@ -22,14 +22,10 @@
files:
- ^doc/.*$
- airship-charts-lint-and-build
- airship-jarvis
- airship-jarvis-sample-workload-validation
gate:
jobs:
- openstack-tox-docs: *docs
- airship-charts-lint-and-build
- airship-jarvis
- airship-jarvis-sample-workload-validation
post:
jobs:
- airship-charts-upload-git-mirror
@ -37,7 +33,3 @@
jobs:
- promote-airship-project-docs: *docs
- airship-charts-publish
periodic:
jobs:
- airship-jarvis
- airship-jarvis-sample-workload-validation