Merge "Update Jenkinsfile's to use Ubuntu-based images"

This commit is contained in:
Zuul 2019-05-29 19:44:42 +00:00 committed by Gerrit Code Review
commit 5dc8777abc
4 changed files with 6 additions and 2 deletions

View File

@ -33,6 +33,8 @@ are setup to deploy OpenStack Ocata.
The versions are kept up to date via `updater.py <https://opendev.org/airship/treasuremap/src/branch/master/tools/updater.py>`__,
a utility that updates versions.yaml latest charts and (selected) images.
Due to the limited capacity of a test environment, only Ubuntu-based images are used at the moment.
The pipeline attempts to uplift and deploy latest versions on daily basis.

View File

@ -26,6 +26,8 @@ are setup to deploy OpenStack Ocata.
The versions are kept up to date via `updater.py <https://opendev.org/airship/treasuremap/src/branch/master/tools/updater.py>`__,
a utility that updates versions.yaml latest charts and (selected) images.
Due to the limited capacity of a test environment, only Ubuntu-based images are used at the moment.
The pipeline attempts to uplift and deploy latest versions on daily bases.

View File

@ -232,7 +232,7 @@ def uplift_versions = {
stage('Uplift Versions') {
sh 'sudo apt-get install python3-yaml python3-git -y'
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml'
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml --tag-filter ubuntu'
if (!UPLIFT_BLACKLIST.isEmpty()) {
cmd += " --skip ${UPLIFT_BLACKLIST}"

View File

@ -232,7 +232,7 @@ def uplift_versions = {
stage('Uplift Versions') {
sh 'sudo apt-get install python3-yaml python3-git -y'
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml'
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml --tag-filter ubuntu'
if (!UPLIFT_BLACKLIST.isEmpty()) {
cmd += " --skip ${UPLIFT_BLACKLIST}"