-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Update tests for removal of python36
from Github Actions hostedtoolcache
#19901
Update tests for removal of python36
from Github Actions hostedtoolcache
#19901
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice with a comment somewhere (next to the resource
target in the BUILD file perhaps) mentioning how to generate these platform json files.. ;)
…cache (#19901) Github Actions recently removed `python3.6` from `/opt/hostedtoolcache`, which means that our [`pantsbuild/actions/expose-pythons` action](https://github.com/pantsbuild/actions/blob/main/expose-pythons/action.yml) does not expose it. This causes tests which require Python 3.6 to fail ([example](https://github.com/pantsbuild/pants/actions/runs/6265433640/job/17021049356?pr=19894)) on `main` (and in branches).
…cache (#19901) Github Actions recently removed `python3.6` from `/opt/hostedtoolcache`, which means that our [`pantsbuild/actions/expose-pythons` action](https://github.com/pantsbuild/actions/blob/main/expose-pythons/action.yml) does not expose it. This causes tests which require Python 3.6 to fail ([example](https://github.com/pantsbuild/pants/actions/runs/6265433640/job/17021049356?pr=19894)) on `main` (and in branches).
I tried to automatically cherry-pick this change back to each relevant milestone, so that it is available in those older releases of Pants. ❌ 2.16.xI was unable to cherry-pick this PR to 2.16.x, likely due to merge-conflicts. Steps to Cherry-Pick locallyTo resolve:
Please note that I cannot re-run CI if a job fails. Please work with your PR approver(s) to re-run CI if necessary. ✔️ 2.17.xSuccessfully opened #19905. ✔️ 2.18.xSuccessfully opened #19904. When you're done manually cherry-picking, please remove the Thanks again for your contributions! |
…cache (pantsbuild#19901) Github Actions recently removed `python3.6` from `/opt/hostedtoolcache`, which means that our [`pantsbuild/actions/expose-pythons` action](https://github.com/pantsbuild/actions/blob/main/expose-pythons/action.yml) does not expose it. This causes tests which require Python 3.6 to fail ([example](https://github.com/pantsbuild/pants/actions/runs/6265433640/job/17021049356?pr=19894)) on `main` (and in branches).
…cache (Cherry-pick of #19901) (#19904) Github Actions recently removed `python3.6` from `/opt/hostedtoolcache`, which means that our [`pantsbuild/actions/expose-pythons` action](https://github.com/pantsbuild/actions/blob/main/expose-pythons/action.yml) does not expose it. This causes tests which require Python 3.6 to fail ([example](https://github.com/pantsbuild/pants/actions/runs/6265433640/job/17021049356?pr=19894)) on `main` (and in branches). Co-authored-by: Stu Hood <stuhood@gmail.com>
…cache (Cherry-pick of #19901) (#19905) Github Actions recently removed `python3.6` from `/opt/hostedtoolcache`, which means that our [`pantsbuild/actions/expose-pythons` action](https://github.com/pantsbuild/actions/blob/main/expose-pythons/action.yml) does not expose it. This causes tests which require Python 3.6 to fail ([example](https://github.com/pantsbuild/pants/actions/runs/6265433640/job/17021049356?pr=19894)) on `main` (and in branches). Co-authored-by: Stu Hood <stuhood@gmail.com>
…cache (Cherry-pick of #19901) (#19909) Github Actions recently removed `python3.6` from `/opt/hostedtoolcache`, which means that our [`pantsbuild/actions/expose-pythons` action](https://github.com/pantsbuild/actions/blob/main/expose-pythons/action.yml) does not expose it. This causes tests which require Python 3.6 to fail ([example](https://github.com/pantsbuild/pants/actions/runs/6265433640/job/17021049356?pr=19894)) on `main` (and in branches).
Github Actions recently removed
python3.6
from/opt/hostedtoolcache
, which means that ourpantsbuild/actions/expose-pythons
action does not expose it.This causes tests which require Python 3.6 to fail (example) on
main
(and in branches).