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

Disable failing java.mx.project tests #7471

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

mbien
Copy link
Member

@mbien mbien commented Jun 13, 2024

similar issue to #5196 resurfaced again, a graal repo removed branches/tags which causes tests to fail.

lets run all tests to get a picture if more repos removed their tags/branches other than https://github.com/graalvm/mx

result: this confirms that this is only about the mx repo and it affects only the mx tests. So we can easily disable it until it is fixed properly.

failure for reference:

-checkout-graalvm:
     [exec] Cloning into 'graal'...
     [exec] Note: switching to '2a0af49b3c8dfcc255992d3096aec02a81874c68'.
     [exec] 
     [exec] You are in 'detached HEAD' state. You can look around, make experimental
     [exec] changes and commit them, and you can discard any commits you make in this
     [exec] state without impacting any branches by switching back to a branch.
     [exec] 
     [exec] If you want to create a new branch to retain commits you create, you may
     [exec] do so (now or later) by using -c with the switch command. Example:
     [exec] 
     [exec]   git switch -c <new-branch-name>
     [exec] 
     [exec] Or undo this operation with:
     [exec] 
     [exec]   git switch -
     [exec] 
     [exec] Turn off this advice by setting config variable advice.detachedHead to false
     [exec] 
     [exec] Updating files:  89% (12679/14163)
     [exec] Updating files:  90% (12747/14163)Updating files:  91% (12889/14163)Updating files:  92% (13030/14163)Updating files:  93% (13172/14163)Updating files:  94% (13314/14163)Updating files:  95% (13455/14163)Updating files:  96% (13597/14163)Updating files:  97% (13739/14163)Updating files:  98% (13880/14163)Updating files:  99% (14022/14163)Updating files: 100% (14163/14163)Updating files: 100% (14163/14163), done.
     [exec] Cloning into 'mx'...
     [exec] warning: Could not find remote branch 6.7.0 to clone.
     [exec] fatal: Remote branch 6.7.0 not found in upstream origin

BUILD FAILED
/home/runner/work/netbeans/netbeans/java/java.mx.project/build.xml:40: exec returned: 128

@mbien mbien added the ci:all-tests [ci] enable all tests label Jun 13, 2024
@mbien mbien added CI continuous integration changes tests MX [ci] enable "build tools" tests and removed ci:all-tests [ci] enable all tests labels Jun 13, 2024
@mbien mbien added this to the NB23 milestone Jun 13, 2024
@mbien mbien marked this pull request as ready for review June 13, 2024 21:45
@mbien
Copy link
Member Author

mbien commented Jun 13, 2024

ok this resolves it and also confirms that it was only the mx repo and nothing else, planning to merge this so that CI can do its work again

@mbien
Copy link
Member Author

mbien commented Jun 13, 2024

filled issue #7479 -> merging

@mbien mbien merged commit 2776057 into apache:master Jun 13, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI continuous integration changes MX [ci] enable "build tools" tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant