-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zuul] Add job to build locally and do an index-based deployment #495
Commits on Sep 18, 2023
-
[stf-run-ci][create_catalog] Swap query for a command task
Using query looks up the kubeconfig on localhost, rather than the host that ansible is executing against. This behaviour is different from either using the shell/command modules or using k8s modules. For consistent behaviour, the queries are replaced with an alternative way to get the same information that will have consistent behahaviour whether executing against localhost or a remote host.
Configuration menu - View commit details
-
Copy full SHA for 4abc396 - Browse repository at this point
Copy the full SHA 4abc396View commit details -
Configuration menu - View commit details
-
Copy full SHA for f264fb8 - Browse repository at this point
Copy the full SHA f264fb8View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 486f4f3 - Browse repository at this point
Copy the full SHA 486f4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48fc55 - Browse repository at this point
Copy the full SHA a48fc55View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24ac2d7 - Browse repository at this point
Copy the full SHA 24ac2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 391a19a - Browse repository at this point
Copy the full SHA 391a19aView commit details
Commits on Sep 29, 2023
-
[zuul] use 'service-telemetry' as namespace
The format was incorrect, and cannot include '#' or capital letters.
Configuration menu - View commit details
-
Copy full SHA for 881ccdc - Browse repository at this point
Copy the full SHA 881ccdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7475a79 - Browse repository at this point
Copy the full SHA 7475a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bc2e8 - Browse repository at this point
Copy the full SHA 49bc2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a21e7c - Browse repository at this point
Copy the full SHA 5a21e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 246f949 - Browse repository at this point
Copy the full SHA 246f949View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbcb60e - Browse repository at this point
Copy the full SHA bbcb60eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c387f - Browse repository at this point
Copy the full SHA 13c387fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbfac97 - Browse repository at this point
Copy the full SHA fbfac97View commit details -
Configuration menu - View commit details
-
Copy full SHA for acdfa07 - Browse repository at this point
Copy the full SHA acdfa07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f720203 - Browse repository at this point
Copy the full SHA f720203View commit details
Commits on Oct 6, 2023
-
[stf-run-ci] create_catalog: Update image for operator registry
Check whether the default image can be accessed (registry.redhat.io requires login) and use the upstream image if the default isn't available.
Configuration menu - View commit details
-
Copy full SHA for b07e345 - Browse repository at this point
Copy the full SHA b07e345View commit details -
[stf-run-ci] create_catalog: Remove check for imagestream before crea…
…ting the BC for stf-index
Configuration menu - View commit details
-
Copy full SHA for aa39654 - Browse repository at this point
Copy the full SHA aa39654View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d228db2 - Browse repository at this point
Copy the full SHA d228db2View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c0a413 - Browse repository at this point
Copy the full SHA 0c0a413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce2a7a - Browse repository at this point
Copy the full SHA 7ce2a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613ff9e - Browse repository at this point
Copy the full SHA 613ff9eView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c00050c - Browse repository at this point
Copy the full SHA c00050cView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d776cc2 - Browse repository at this point
Copy the full SHA d776cc2View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30c3b25 - Browse repository at this point
Copy the full SHA 30c3b25View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c709422 - Browse repository at this point
Copy the full SHA c709422View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab16832 - Browse repository at this point
Copy the full SHA ab16832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a9f39 - Browse repository at this point
Copy the full SHA 15a9f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ee138 - Browse repository at this point
Copy the full SHA f5ee138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af7c2f - Browse repository at this point
Copy the full SHA 9af7c2fView commit details
Commits on Oct 25, 2023
-
I forgot to run a generate bundle yesterday in some furious patch work.
Configuration menu - View commit details
-
Copy full SHA for 501a4a2 - Browse repository at this point
Copy the full SHA 501a4a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8761e10 - Browse repository at this point
Copy the full SHA 8761e10View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dffeb66 - Browse repository at this point
Copy the full SHA dffeb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for e052192 - Browse repository at this point
Copy the full SHA e052192View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b93abf - Browse repository at this point
Copy the full SHA 3b93abfView commit details -
[stf-collect-logs] Add ignore_errors to task
The "Question the deployment" task didn't have ignore_errors: true set, so when the task fails, the play is finished. This means that we don't get to the "copy logs" task and can't see the job logs in zuul. ignore_errors is set to true to be consistent with other tasks
Configuration menu - View commit details
-
Copy full SHA for 8ebf45a - Browse repository at this point
Copy the full SHA 8ebf45aView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5b251b - Browse repository at this point
Copy the full SHA e5b251bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4412d9 - Browse repository at this point
Copy the full SHA b4412d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1502b52 - Browse repository at this point
Copy the full SHA 1502b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d315b5b - Browse repository at this point
Copy the full SHA d315b5bView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2fbf8f - Browse repository at this point
Copy the full SHA b2fbf8fView commit details