airskiff: Use Ubuntu images
Since support for additional operating systems has been added to some components, the image tag "latest" is no longer used by their Makefiles. This commit changes the tags for the aforementioned components to use the new default tag and updates the job name to reflect the use of Ubuntu images. Change-Id: Ia1adf156c4b3798b2400f9c821ac2ba685557591
This commit is contained in:
parent
df620b7712
commit
59a1fd8a1c
@ -21,13 +21,13 @@
|
||||
- treasuremap-airship-seaworthy-site-lint
|
||||
- treasuremap-airskiff-site-lint
|
||||
- treasuremap-airsloop-site-lint
|
||||
- treasuremap-airskiff-deployment
|
||||
- treasuremap-airskiff-deployment-ubuntu
|
||||
gate:
|
||||
jobs:
|
||||
- treasuremap-airship-seaworthy-site-lint
|
||||
- treasuremap-airskiff-site-lint
|
||||
- treasuremap-airsloop-site-lint
|
||||
- treasuremap-airskiff-deployment
|
||||
- treasuremap-airskiff-deployment-ubuntu
|
||||
post:
|
||||
jobs:
|
||||
- treasuremap-upload-git-mirror
|
||||
@ -97,7 +97,7 @@
|
||||
- ^site/airskiff/.*$
|
||||
|
||||
- job:
|
||||
name: treasuremap-airskiff-deployment
|
||||
name: treasuremap-airskiff-deployment-ubuntu
|
||||
nodeset: treasuremap-single-node
|
||||
description: |
|
||||
Deploy Memcached using Airskiff and latest Treasuremap changes.
|
||||
|
@ -23,6 +23,9 @@ data:
|
||||
location: /airship-components/armada
|
||||
subpath: charts/armada
|
||||
values:
|
||||
images:
|
||||
tags:
|
||||
api: quay.io/airshipit/armada:latest-ubuntu_bionic
|
||||
pod:
|
||||
replicas:
|
||||
api: 1
|
||||
|
@ -23,6 +23,11 @@ data:
|
||||
location: /airship-components/deckhand
|
||||
subpath: charts/deckhand
|
||||
values:
|
||||
images:
|
||||
tags:
|
||||
# TODO(drewwalters96): Replace with Ubuntu image once openSUSE image
|
||||
# merges.
|
||||
api: quay.io/airshipit/deckhand:latest
|
||||
pod:
|
||||
replicas:
|
||||
deckhand: 1
|
||||
|
@ -23,6 +23,10 @@ data:
|
||||
location: /airship-components/shipyard
|
||||
subpath: charts/shipyard
|
||||
values:
|
||||
images:
|
||||
tags:
|
||||
airflow: quay.io/airshipit/airflow:latest-ubuntu_xenial
|
||||
shipyard: quay.io/airshipit/shipyard:latest-ubuntu_xenial
|
||||
pod:
|
||||
replicas:
|
||||
shipyard:
|
||||
|
Loading…
Reference in New Issue
Block a user