Add exclude list to image/chart uplift
Change-Id: Ic2422f025e27b3dab1ee6fe126252c3ce69b8299
This commit is contained in:
8
tools/gate/Jenkinsfile
vendored
8
tools/gate/Jenkinsfile
vendored
@@ -239,7 +239,13 @@ def uplift_versions = {
|
||||
stage('Uplift Versions') {
|
||||
sh 'sudo apt-get install python3-yaml python3-git -y'
|
||||
|
||||
sh 'tools/updater.py --in-file global/software/config/versions.yaml'
|
||||
def cmd = 'tools/updater.py --in-file global/software/config/versions.yaml'
|
||||
|
||||
if (!UPLIFT_BLACKLIST.isEmpty()) {
|
||||
cmd += " --skip ${UPLIFT_BLACKLIST}"
|
||||
}
|
||||
|
||||
sh cmd
|
||||
sh 'git diff'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user