Merge "Update Jenkinsfile's to use Ubuntu-based images"
This commit is contained in:
commit
5dc8777abc
@ -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.
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
2
tools/gate/Jenkinsfile
vendored
2
tools/gate/Jenkinsfile
vendored
@ -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}"
|
||||
|
2
tools/gate/airsloop/Jenkinsfile
vendored
2
tools/gate/airsloop/Jenkinsfile
vendored
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user