6e7dc091a1
Currently, OpenStack-Helm-Infra uses version 2.11.0 of Kubernetes. Because Airskiff uses OpenStack-Helm-Infra for deployment of K8s, newer versions of Armada cause the Airskiff gate to fail, as Armada now uses Tiller v2.12.1. This commit pins Armada to the latest version that utilized Tiller v2.11.0. This pin should be removed as soon as OpenStack-Helm-Infra moves to v2.12.1. Change-Id: Iaa3a776ffda9678b7736c1b1aac72a1adbedf29b
86 lines
2.6 KiB
YAML
86 lines
2.6 KiB
YAML
# 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:
|
|
templates:
|
|
- docs-on-readthedocs
|
|
vars:
|
|
rtd_webhook_id: '47687'
|
|
check:
|
|
jobs:
|
|
- airship-seaworthy-site-lint-gate
|
|
- airskiff-site-lint-gate
|
|
- airskiff-deploy-gate
|
|
gate:
|
|
jobs:
|
|
- airship-seaworthy-site-lint-gate
|
|
- airskiff-site-lint-gate
|
|
- airskiff-deploy-gate
|
|
|
|
- nodeset:
|
|
name: airship-treasuremap-single-node
|
|
nodes:
|
|
- name: ubuntu-xenial
|
|
label: ubuntu-xenial
|
|
|
|
- job:
|
|
name: airskiff-deploy-gate
|
|
nodeset: airship-treasuremap-single-node
|
|
description: |
|
|
Deploy Memcached using Airskiff and latest Treasuremap changes.
|
|
timeout: 9600
|
|
pre-run:
|
|
- tools/gate/playbooks/git-config.yaml
|
|
- tools/gate/playbooks/airskiff-reduce-site.yaml
|
|
run: tools/gate/playbooks/airskiff-deploy-gate.yaml
|
|
post-run: tools/gate/playbooks/debug-report.yaml
|
|
required-projects:
|
|
- name: openstack/airship-armada
|
|
# NOTE(drewwalters96): Temporarily pin Armada to K8s v2.11.0.
|
|
override-checkout: dd75474d78e69f3634eb94c8ea6730b898e83277
|
|
- name: openstack/airship-deckhand
|
|
- name: openstack/airship-pegleg
|
|
- name: openstack/airship-shipyard
|
|
- name: openstack/openstack-helm-infra
|
|
override-checkout: 8662018a4dceb82a5d699d9e118caff9e5edb156
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
|
|
- job:
|
|
name: airship-seaworthy-site-lint-gate
|
|
nodeset: airship-treasuremap-single-node
|
|
timeout: 900
|
|
pre-run:
|
|
- tools/gate/playbooks/install-docker.yaml
|
|
- tools/gate/playbooks/git-config.yaml
|
|
run: tools/gate/playbooks/airship-seaworthy-site-lint.yaml
|
|
required-projects:
|
|
- openstack/airship-pegleg
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
|
|
- job:
|
|
name: airskiff-site-lint-gate
|
|
nodeset: airship-treasuremap-single-node
|
|
timeout: 900
|
|
pre-run:
|
|
- tools/gate/playbooks/install-docker.yaml
|
|
- tools/gate/playbooks/git-config.yaml
|
|
run: tools/gate/playbooks/airskiff-site-lint.yaml
|
|
required-projects:
|
|
- openstack/airship-pegleg
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|