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

move python 2.7 tests onto a container #352

Merged
merged 1 commit into from
Sep 25, 2023
Merged

move python 2.7 tests onto a container #352

merged 1 commit into from
Sep 25, 2023

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Jul 11, 2023

No description provided.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To drop Python 2.7 we need to make sure our CI runs on Python 3+. I think that means updating our nodes to EL8 or EL9, or using python3 explicitly. Can't we just ensure python3 is present on our nodes and change this line: https://github.com/theforeman/jenkins-jobs/blob/cb4dafc77d2f24893a1ff2fe786935e1d1c86ad7/theforeman.org/pipelines/lib/obal.groovy#L10

And then tell downstream to do the same.

@ekohl
Copy link
Member

ekohl commented Jul 12, 2023

@evgeni
Copy link
Member Author

evgeni commented Sep 25, 2023

I've pulled in #360 which should make this one finally green.

@evgeni
Copy link
Member Author

evgeni commented Sep 25, 2023

🍏

one big downside of the "run inside container" approach is: there is no caching happening, which adds quite some time, plus the test themself seem to be a tad slower, but I prefer this over accidental breakage

@ehelms ehelms merged commit 5ca4bce into master Sep 25, 2023
19 checks passed
@ehelms ehelms deleted the py27 branch September 25, 2023 12:45
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.

3 participants