From bddcb489dcff50e88ae2b3d535768c0886507c2a Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 1 Nov 2023 18:52:54 +0000 Subject: [PATCH 1/2] [zuul] Add zuul jobs to sg-bridge (#33) Depends-On: http://github.com/infrawatch/service-telemetry-operator/pull/512 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..b4f33d6 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,7 @@ +--- +- project: + name: infrawatch/sg-bridge + github-check: + jobs: + - stf-crc-latest-nightly_bundles + - stf-crc-latest-local_build From 79f9f2801dbd9319a085fc3230b377df7e1cf695 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Tue, 14 Nov 2023 14:19:17 +0000 Subject: [PATCH 2/2] [zuul] Use the stf-crc-jobs project template (#34) Instead of updating the .zuul.yaml file everytime infrawatch/service-telemetry-operator adds a new job, the project-template can be updated in STO, which will propogate the change to the project and avoid leaving gaps in testing. Depends-On: https://github.com/infrawatch/service-telemetry-operator/pull/514 --- .zuul.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b4f33d6..1a91f51 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,5 @@ --- - project: name: infrawatch/sg-bridge - github-check: - jobs: - - stf-crc-latest-nightly_bundles - - stf-crc-latest-local_build + templates: + - stf-crc-jobs