-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Fix stf sha issue #2913
Merged
Merged
Fix stf sha issue #2913
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5262525
finish adding GIT_ISSUE_STATUS to the json
xius666 d36dec3
add error handling
xius666 ff7343a
delete output file
xius666 e9000af
change the name of input file
xius666 cf58056
Merge branch 'adoptium:master' into master
xius666 9e82dce
Merge branch 'adoptium:master' into master
xius666 31739dc
change the common.xml
xius666 12d92e5
fix the then
xius666 b4a1347
change the to outputproperty in common.xm;
xius666 905cf8e
add the error msg
xius666 98df8fb
handle the case if branch not exit go to origin/branch
xius666 a61da47
solve the nested echo problem
xius666 8d1b115
remove the change relaed to #2882
xius666 ea7fdbc
move the if inside
xius666 b83463c
accept sha for openjdk_systemtest
xius666 4b78f22
accept sha for openj9-systemtest
xius666 0c46e74
Merge branch 'master' into issue_2887
xius666 bfca5c7
get rid of repetetive code for cloneing stf
xius666 2121589
fix the outputproperty unable to overwrite
xius666 9511a2b
get rid of the change related to pr#2911
xius666 e54ca2f
change the git checkout logic
xius666 182f216
fix the property name
xius666 b062ff3
change the faikonerror to true
xius666 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
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.
Instead of if, should this be
else block
? Also, I would like to havegit checkout
logic once.pseudocode:
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.
I changed the logic according to the pseudocode, it is indeed a cleaner approach, and I also rerun on the grinder(1514,1515,1516).
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.
Thanks a lot, @xius666 !