treasuremap/.zuul.yaml
Drew Walters 2ed2a37124 CI: Update repository references
On April 19, OpenStack completed the migration from openstack.org to
opendev.org [0]. During this migration, Airship projects moved from the
"openstack" namespace to the "airship" namespace. This commit makes
preliminary updates to gate and developer scripts to account for the
migration and fix broken integration gates.

[0] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005011.html

Change-Id: I88c4d96a756c59dd68ce8c3b801eba9ca8a6f8db
2019-04-21 11:24:23 -05:00

118 lines
3.4 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-treasuremap-airship-seaworthy-site-lint
- airship-treasuremap-airskiff-site-lint
- airship-treasuremap-airsloop-site-lint
- airship-treasuremap-airskiff-deployment
gate:
jobs:
- airship-treasuremap-airship-seaworthy-site-lint
- airship-treasuremap-airskiff-site-lint
- airship-treasuremap-airsloop-site-lint
- airship-treasuremap-airskiff-deployment
- nodeset:
name: airship-treasuremap-single-node
nodes:
- name: ubuntu-xenial
label: ubuntu-xenial
- job:
name: airship-treasuremap-site-lint
description:
Lint a site using Pegleg. Default site is airship-seaworthy.
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/site-lint.yaml
required-projects:
- airship/pegleg
vars:
site: airship-seaworthy
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- job:
name: airship-treasuremap-airship-seaworthy-site-lint
description: |
Lint the airship-seaworthy site using Pegleg.
parent: airship-treasuremap-site-lint
vars:
site: airship-seaworthy
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^site/airskiff/.*$
- ^site/airsloop/.*$
- job:
name: airship-treasuremap-airskiff-site-lint
description: |
Lint the airskiff site using Pegleg.
parent: airship-treasuremap-site-lint
vars:
site: airskiff
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^site/airship-seaworthy/.*$
- ^site/airsloop/.*$
- job:
name: airship-treasuremap-airsloop-site-lint
description: |
Lint the airsloop site using Pegleg.
parent: airship-treasuremap-site-lint
vars:
site: airsloop
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^site/airship-seaworthy/.*$
- ^site/airskiff/.*$
- job:
name: airship-treasuremap-airskiff-deployment
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: airship/armada
- name: airship/deckhand
- name: airship/pegleg
- name: airship/shipyard
- name: openstack/openstack-helm-infra
vars:
OSH_INFRA_PATH: "../../openstack/openstack-helm-infra"
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^site/airship-seaworthy/.*$
- ^site/airsloop/.*$