Script for running test exclusion parser in sandbox#6993
Open
adamfarley wants to merge 6 commits intoadoptium:masterfrom
Open
Script for running test exclusion parser in sandbox#6993adamfarley wants to merge 6 commits intoadoptium:masterfrom
adamfarley wants to merge 6 commits intoadoptium:masterfrom
Conversation
assisted-by: bob Signed-off-by: Adam Farley <adfarley@ibm.com>
Signed-off-by: Adam Farley <adfarley@ibm.com>
20 tasks
Signed-off-by: Adam Farley <adfarley@ibm.com>
Signed-off-by: Adam Farley <adfarley@ibm.com>
karianna
approved these changes
Apr 2, 2026
karianna
approved these changes
Apr 2, 2026
karianna
approved these changes
Apr 2, 2026
| else | ||
| log_info "One or more Python requirements not found" | ||
| log_info "Installing Python requirements..." | ||
| pip3 install -q -r scripts/disabled_tests/requirements.txt |
Contributor
There was a problem hiding this comment.
not sure we should just go and install the required python modules, especially if they are coming from a variable? could be malware?
Signed-off-by: Adam Farley <adfarley@ibm.com>
Signed-off-by: Adam Farley <adfarley@ibm.com>
Contributor
|
thanks @adamfarley - Remind me from our previous discussion, how this script is different than the workflow we already have https://github.com/adoptium/aqa-tests/blob/master/.github/workflows/parse-issues.yml and why it is needed or preferred. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A quickstart script that prepares a sandbox and runs the three core python scripts used for identifying disabled tests and determining whether their associated issue is closed.
Related to Step 4 in #1853
assisted-by: bob