From 39a507b6a0647460123bbec7c70a7a0ca9906cc9 Mon Sep 17 00:00:00 2001 From: hyokeun Date: Mon, 24 Apr 2017 11:21:14 +0900 Subject: [PATCH] Add missing configs for aws migration Change-Id: I25d38906a816a28de41b2bd569e8e215cfc29ebe --- jobs/Serivces-obs-service-gbs/config.xml | 2 +- jobs/Services-Default/config.xml | 2 +- jobs/Services-jenkins-scripts/config.xml | 2 +- .../config.xml | 2 +- jobs/Services-python-snapdiff/config.xml | 2 +- jobs/Tools-Default/config.xml | 2 +- jobs/Tools-bmap-tools/config.xml | 2 +- jobs/Tools-gbs/config.xml | 2 +- jobs/Tools-git-buildpackage/config.xml | 2 +- jobs/Tools-mic/config.xml | 2 +- jobs/Tools-repa/config.xml | 2 +- jobs/post-image-creation/config.xml | 18 +++++++++-- jobs/sync-obs/config.xml | 2 +- jobs/test-trigger-info-update/config.xml | 36 +++++++++++++--------- 14 files changed, 50 insertions(+), 28 deletions(-) diff --git a/jobs/Serivces-obs-service-gbs/config.xml b/jobs/Serivces-obs-service-gbs/config.xml index a25c9c1..cd94634 100644 --- a/jobs/Serivces-obs-service-gbs/config.xml +++ b/jobs/Serivces-obs-service-gbs/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Services-Default/config.xml b/jobs/Services-Default/config.xml index f2554dc..e1d2a0c 100644 --- a/jobs/Services-Default/config.xml +++ b/jobs/Services-Default/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Services-jenkins-scripts/config.xml b/jobs/Services-jenkins-scripts/config.xml index 5375cd4..5e56769 100644 --- a/jobs/Services-jenkins-scripts/config.xml +++ b/jobs/Services-jenkins-scripts/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Services-obs-service-git-buildpackage/config.xml b/jobs/Services-obs-service-git-buildpackage/config.xml index 5c0c3e9..dbd0a05 100644 --- a/jobs/Services-obs-service-git-buildpackage/config.xml +++ b/jobs/Services-obs-service-git-buildpackage/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Services-python-snapdiff/config.xml b/jobs/Services-python-snapdiff/config.xml index b04a3f5..77650fd 100644 --- a/jobs/Services-python-snapdiff/config.xml +++ b/jobs/Services-python-snapdiff/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Tools-Default/config.xml b/jobs/Tools-Default/config.xml index a13b829..9d0ec1c 100644 --- a/jobs/Tools-Default/config.xml +++ b/jobs/Tools-Default/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Tools-bmap-tools/config.xml b/jobs/Tools-bmap-tools/config.xml index 0942244..60bf1eb 100644 --- a/jobs/Tools-bmap-tools/config.xml +++ b/jobs/Tools-bmap-tools/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Tools-gbs/config.xml b/jobs/Tools-gbs/config.xml index 611ef5b..6225584 100644 --- a/jobs/Tools-gbs/config.xml +++ b/jobs/Tools-gbs/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Tools-git-buildpackage/config.xml b/jobs/Tools-git-buildpackage/config.xml index 4add182..6075788 100644 --- a/jobs/Tools-git-buildpackage/config.xml +++ b/jobs/Tools-git-buildpackage/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Tools-mic/config.xml b/jobs/Tools-mic/config.xml index 29d51f8..ebf83b0 100644 --- a/jobs/Tools-mic/config.xml +++ b/jobs/Tools-mic/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/Tools-repa/config.xml b/jobs/Tools-repa/config.xml index 4cdaffc..131e641 100644 --- a/jobs/Tools-repa/config.xml +++ b/jobs/Tools-repa/config.xml @@ -74,7 +74,7 @@ - __ANY__ + public_gerrit_rabbitmq false diff --git a/jobs/post-image-creation/config.xml b/jobs/post-image-creation/config.xml index 76fe503..13cf029 100644 --- a/jobs/post-image-creation/config.xml +++ b/jobs/post-image-creation/config.xml @@ -12,7 +12,7 @@ - 7 + 6 1000 -1 -1 @@ -80,6 +80,20 @@ if(matcher?.matches()) { false false + + + + TEST-TRIGGER-INFO-UPDATE.env + true + false + false + + + test-trigger-info-update + SUCCESS + false + false + @@ -108,4 +122,4 @@ if(matcher?.matches()) { - \ No newline at end of file + diff --git a/jobs/sync-obs/config.xml b/jobs/sync-obs/config.xml index 29f3d73..89ae569 100644 --- a/jobs/sync-obs/config.xml +++ b/jobs/sync-obs/config.xml @@ -92,7 +92,7 @@ - __ANY__ + public_gerrit_rabbitmq diff --git a/jobs/test-trigger-info-update/config.xml b/jobs/test-trigger-info-update/config.xml index b287df9..198d990 100644 --- a/jobs/test-trigger-info-update/config.xml +++ b/jobs/test-trigger-info-update/config.xml @@ -4,8 +4,11 @@ false - + false + GLOBAL + DISABLED + @@ -15,9 +18,6 @@ -1 - - 100 - false false @@ -43,29 +43,33 @@ #!/bin/bash -set -x -python jenkins-scripts/job_test_trigger_info_update.py +python jenkins-scripts/job_test_trigger_info_update.py + - - def matcher_title = manager.getLogMatcher('.*"Title": "(.*)"') + + + false + 0 + false - + false - + configuration, jenkins-scripts/job_test_trigger_info_update.py, jenkins-scripts/common/*.py false @@ -73,11 +77,15 @@ if(matcher_title?.matches()) { false userContent - + ${WORKSPACE}/configuration + + + false + false - + -- 2.7.4