-
Notifications
You must be signed in to change notification settings - Fork 141
[GR-71934] Run Python gates on Github #574
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
base: master
Are you sure you want to change the base?
Conversation
49f0149 to
b082c57
Compare
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_atexit.txt
Show resolved
Hide resolved
Signed-off-by: Ariouz <virgil.calvez@gmail.com>
This fixes: python-unittest-standalone by downloading and exporting GRADLE_JAVA_HOME NOTE: This only works on linux at this time, other platforms will follow WIP: Download Links depending on platform Todo: Build link using self.runs_on
Default PATH seems to not be evaluated even in defined in jsonnet file, manually set
b082c57 to
22ee071
Compare
a7b09ad to
d591ea3
Compare
* Fix windows python install (#17) * Skip Python from system_packages to avoid duplicate install - errors on windows runner * mx is cloned, err in system packages * Rm debug message * Skip mx/python in install system packages step * Set retagger base branch to the workflow base one * Add logs/artifacts rentention days inputs * Fix and optimize retagger * Fix retagger git diff on wrong branch * -github unittest tag * Ignore logs upload warning * Don't save artifacts produced in retagger jobs * Move test_patched_pip to tagged tests * Disable test_wheel on github_ci * Retagger set continue-on-error to true * Set git clone timeout
|
please remove the |
| if self.runs_on == "windows-latest": | ||
| return (f""" | ||
| Invoke-WebRequest -Uri {download_link} -OutFile {filename} | ||
| $dirname = (& tar -tzf {filename} | Select-Object -First 1).Split('/')[0] |
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.
this looks suspicious? It uses tar, but get_download_link downloads zip for windows. Also should it concatenate the commands with some Windows shell version of &&?
| with open(path) as f: | ||
| data = json.load(f) | ||
| for result in data: | ||
| name, status, duration = result.values() |
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.
can it use explicit dictionary keys?
| } | ||
| - name: Actions/Checkout | ||
| uses: actions/checkout@main |
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.
is checkout@main intentional, elsewhere it's checkout@v4. Pinned version is probably better?
As it adds a few things, detailed descriptions are located in fork's PRs.
Python unittest retagger jobs + PR checks: Ariouz#1 (Ariouz@68cff18)
Weekly retagger workflow, github exclusion tag: Ariouz#3
Auto PR on weekly retagger: Ariouz#8 merged in 3
Windows build: Ariouz#5 merged in 3
Platforms: Linux and Windows, github hosted runner for macos has too low mem to build.
This also applies all retags for linux amd64, linux aarch64, windows retagger is still running
Tests ran on PR: https://github.com/Ariouz/graalpython/actions/runs/20066056924
Weekly retagger WF: https://github.com/Ariouz/graalpython/actions/runs/20058297116: Ariouz#13