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

Align the develop and stable testing jobs #529

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 8, 2025

This is a bit of an experiment to see if we can use the same jobs for testing develop and stable branches. It's inspired by #525.

Some differences we should discuss:

  • It still runs RuboCop on develop, but should we? it's not something we care about
  • It only builds the package for develop, but perhaps we can just build it for all
  • Build rotation: can we align on a week of builds and X builds? Not sure
  • Shall we drop the matrix building and align on a single Ruby version per release? Do we pick the oldest version?

ekohl added 3 commits January 8, 2025 20:00
In 70d9a45 the git_checkout function
was removed but this remained.

Fixes: 70d9a45 ("drop smart-proxy-pr-test and all non-packaging PR testing remains")
This inverses the relationship, but it makes it easier because we
already have the source name because that's where we copy the artifacts
from.
This attempts to align the stable testing job to the source release job
as much as possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant