From 7872fef2742b5b74dbea247600add5a71214270e Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Mon, 10 Jan 2022 14:07:18 +0200 Subject: [PATCH 1/1] Fix incorrect trigger phrase and add keep jobs to project-infra repository. Change-Id: I0defbd92ac786e891bfddd2b4f035bf2db0eca57 --- jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml | 4 ++-- jjb/airship/projects.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml b/jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml index f6bea5902..03d2693fb 100644 --- a/jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml +++ b/jjb/airship/job_keep_integration_vm_v1b1_ubuntu.yml @@ -94,7 +94,7 @@ org-list: "{ci_github_whitelist_org}" cron: 'H/5 * * * *' auth-id: "{ci_ghprb_auth_id}" - trigger-phrase: '((.|\n)*\s)?/keep-test-v1b1-centos-integration(\s(.|\n)*)?' + trigger-phrase: '((.|\n)*\s)?/keep-test-v1b1-integration(\s(.|\n)*)?' skip-build-phrase: '/skip-test' only-trigger-phrase: True github-hooks: True @@ -104,7 +104,7 @@ white-list-target-branches: - 'master' - 'main' - status-context: "keep-test-v1b1-centos-integration" + status-context: "keep-test-v1b1-integration" success-status: "Passed" failure-status: "Failed" error-status: "Error" diff --git a/jjb/airship/projects.yml b/jjb/airship/projects.yml index 19a6fd013..d65200f7c 100644 --- a/jjb/airship/projects.yml +++ b/jjb/airship/projects.yml @@ -68,6 +68,10 @@ - feature_tests_centos - feature_tests_upgrade_ubuntu - bml_integration_tests_centos + - keep_v1b1_test_ubuntu_alive + - keep_v1b1_test_centos_alive + - keep_v1a5_test_ubuntu_alive + - keep_v1a5_test_centos_alive - project: name: 'metal3io_project_infra_cleanup' -- 2.25.1