
The location of the Airskiff site recently changed [0], causing the Airskiff job to fail. This change updates the "reduce site" playbook to match the job in treasuremap, thereby avoiding the directory which no longer exists. [0] https://review.opendev.org/674963 Change-Id: I4d82093cb8042e60f947b6e53a7817bebad518d8 Signed-off-by: Drew Walters <andrew.walters@att.com>
23 lines
888 B
YAML
23 lines
888 B
YAML
# Copyright 2018 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# 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.
|
|
|
|
- hosts: primary
|
|
tasks:
|
|
- name: Overwrite Armada manifest
|
|
shell: |
|
|
mv tools/gate/manifests/full-site.yaml \
|
|
type/skiff/manifests/full-site.yaml
|
|
args:
|
|
chdir: "{{ zuul.projects['opendev.org/airship/treasuremap'].src_dir }}"
|