Skip to content
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

chore: GHA to smoke test against last released exemplar #2983

Merged
merged 30 commits into from
Oct 30, 2024

Conversation

safeer
Copy link
Contributor

@safeer safeer commented Oct 3, 2024

This adds a GitHub Action that smoke tests branches against the exemplar in the latest tagged release.

It will fetch the latest tagged FTL release from dockerhub, checkout the repo at that tag, then deploy that version to a local kube cluster. Testing this tagged version against the current exemplar is disabled (chicken-and-egg since test change are needed in the tagged release). Finally, it will upgrade the local kube cluster to that in the current branch and run the exemplar smoketest to verify the upgrade path was successful.

Closes #2966

@safeer safeer added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Oct 3, 2024
This was referenced Oct 3, 2024
@safeer safeer force-pushed the saf/smoketest_gha branch 23 times, most recently from 07c135d to 5725b01 Compare October 7, 2024 22:17
@safeer safeer changed the title chore: WIP smoke test upgrade path chore: GHA to smoke test against last released exemplar Oct 7, 2024
@safeer safeer marked this pull request as ready for review October 7, 2024 22:24
@safeer safeer requested a review from a team October 7, 2024 22:24
@safeer safeer marked this pull request as ready for review October 30, 2024 19:26
@stuartwdouglas stuartwdouglas merged commit b174d47 into main Oct 30, 2024
92 checks passed
@stuartwdouglas stuartwdouglas deleted the saf/smoketest_gha branch October 30, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smoke test the FTL upgrade path
3 participants