From e54ab526a3c902ac4f9f7da1f25b1b3c51e95418 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 7 Sep 2023 09:19:31 -0700 Subject: [PATCH] CI: Disable rtdv3 verify and merge jobs Disable these jobs which are running in GHA now. Will remove these jobs once we confirm the new ones are working as expected. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: Iffd181991bde942b63c47a5816e46eab236dbb0f --- jjb/rtdv3/rtdv3.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/rtdv3/rtdv3.yaml b/jjb/rtdv3/rtdv3.yaml index 2ed8d617b..0077c7d9b 100644 --- a/jjb/rtdv3/rtdv3.yaml +++ b/jjb/rtdv3/rtdv3.yaml @@ -35,9 +35,11 @@ - comment-added-contains-event: comment-contains-value: "remerge" jobs: - - rtdv3-global-verify + - rtdv3-global-verify: + disable-job: true - rtdv3-global-merge: build-timeout: 30 + disable-job: true stream: - master: branch: "*" -- 2.16.6