ci: add on-demand autotls beekeeper workflow#5478
Open
gacevicljubisa wants to merge 3 commits into
Open
Conversation
Member
Author
|
Additionally, instead of running it manually only, we can add a Trade-off: merge_group runs cannot accept the workflow inputs (those exist only for workflow_dispatch), so the queue always uses the BEEKEEPER_BRANCH / BEELOCAL_BRANCH defaults hardcoded in this file. In practice this is the correct way, because all dependecies should be merged earlier. wdyt @acud @akrem-chabchoub ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
Description
Adds
.github/workflows/beekeeper-autotls.yml— a manually triggered workflowfor the AutoTLS beekeeper checks (
ci-pingpong,ci-full-connectivity,ci-retrieval,ci-autotls) against thelocal-dns-autotlscluster.The AutoTLS cluster is slow to start, so this workflow deliberately does not
run on push/PR commits. It runs only on
workflow_dispatch, from the Actionstab via "Run workflow":
an explicit
refinput.beekeeper_branchinput (defaultmaster) — beekeeper tooling/checks branch.beelocal_branchinput (defaultmain) — beelocal cluster-setup branch.The branch inputs let you point at the beekeeper/beelocal feature branches that
define
local-dns-autotls/ci-autotlswithout editing the workflow.beekeeper.ymlis left unchanged. This replaces the approach in #5350 (whichwired AutoTLS into the per-commit PR flow), so #5350 can be closed.
Open API Spec Version Changes (if applicable)
Motivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):
AI Disclosure