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

Run aqa github workflow does not work in aqa-test repo #4178

Closed
llxia opened this issue Dec 2, 2022 · 1 comment · Fixed by #4180
Closed

Run aqa github workflow does not work in aqa-test repo #4178

llxia opened this issue Dec 2, 2022 · 1 comment · Fixed by #4180
Assignees
Labels

Comments

@llxia
Copy link
Contributor

llxia commented Dec 2, 2022

Describe the bug
Tried to run run aqa --sdk_resource nightly --build_list functional --target floatSanityTests --jdk_version 11 --jdk_impl hotspot --platform x86-64_linux in PR #4177 and got the error:

image
https://github.com/adoptium/aqa-tests/actions/runs/3602342375/jobs/6069188399#step:9:42

The same issue with run aqa --help:

image
https://github.com/adoptium/aqa-tests/actions/runs/3602363358/jobs/6069232819#step:5:7

To Reproduce
Run the above cmd in PR

Expected behavior
run aqa github workflow should be triggered successfully.
Previous working example: #3258

Additional context
This seems only happens in aqa-tests repo. I can run run aqa in the openj9 repo without a problem. For example: eclipse-openj9/openj9#16190

@llxia llxia added the bug label Dec 2, 2022
@sophia-guo sophia-guo self-assigned this Dec 2, 2022
@sophia-guo
Copy link
Contributor

This is due to the uplift actions/github-script from v3 to v6 https://github.com/adoptium/aqa-tests/pull/3919/files. Need to update the workflow method. The reason it works in openj9 as https://github.com/eclipse-openj9/openj9/blob/master/.github/workflows/runAqa.yml doesn't update with same change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants