Use exact Ubuntu Xenial release.
By specifying exact ubuntu release as a tag for `updater.py` script, it prevents downloading ubuntu with a higher release, for example, ubuntu bionic. Changing bionic to xenial for armada chart. Change-Id: I1864c3f8db2d90ab63d7d923de8f2ac0ecd20e31
This commit is contained in:
parent
f355cebd09
commit
92c43b00ce
@ -25,7 +25,7 @@ data:
|
|||||||
values:
|
values:
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
api: quay.io/airshipit/armada:latest-ubuntu_bionic
|
api: quay.io/airshipit/armada:latest-ubuntu_xenial
|
||||||
pod:
|
pod:
|
||||||
replicas:
|
replicas:
|
||||||
api: 1
|
api: 1
|
||||||
|
2
tools/gate/Jenkinsfile
vendored
2
tools/gate/Jenkinsfile
vendored
@ -239,7 +239,7 @@ def uplift_versions = {
|
|||||||
stage('Uplift Versions') {
|
stage('Uplift Versions') {
|
||||||
sh 'sudo apt-get install python3-yaml python3-git -y'
|
sh 'sudo apt-get install python3-yaml python3-git -y'
|
||||||
|
|
||||||
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml --tag-filter ubuntu'
|
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml --tag-filter ubuntu_xenial'
|
||||||
|
|
||||||
if (!UPLIFT_BLACKLIST.isEmpty()) {
|
if (!UPLIFT_BLACKLIST.isEmpty()) {
|
||||||
cmd += " --skip ${UPLIFT_BLACKLIST}"
|
cmd += " --skip ${UPLIFT_BLACKLIST}"
|
||||||
|
2
tools/gate/airsloop/Jenkinsfile
vendored
2
tools/gate/airsloop/Jenkinsfile
vendored
@ -234,7 +234,7 @@ def uplift_versions = {
|
|||||||
stage('Uplift Versions') {
|
stage('Uplift Versions') {
|
||||||
sh 'sudo apt-get install python3-yaml python3-git -y'
|
sh 'sudo apt-get install python3-yaml python3-git -y'
|
||||||
|
|
||||||
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml --tag-filter ubuntu'
|
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml --tag-filter ubuntu_xenial'
|
||||||
|
|
||||||
if (!UPLIFT_BLACKLIST.isEmpty()) {
|
if (!UPLIFT_BLACKLIST.isEmpty()) {
|
||||||
cmd += " --skip ${UPLIFT_BLACKLIST}"
|
cmd += " --skip ${UPLIFT_BLACKLIST}"
|
||||||
|
Loading…
Reference in New Issue
Block a user