-
Notifications
You must be signed in to change notification settings - Fork 185
BUILD SCRIPT ONLY: Provide an AS dist to the dependent jobs so they h… #2461
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: main
Are you sure you want to change the base?
Conversation
I understand why you would like to use WildFly from the |
5bafa9d to
279cf45
Compare
|
@tomjenkinson I tried to introduce a step to delete the WildFly dist artifact once all depending axes are done...let's see if it works |
|
Good news number 1: Good news number 2: There is also a bed news unfortunately...CORE failed :-( |
|
Thank you, Manuel! I think in terms of the CORE failure it's maybe understandable in that CORE is running some AS testing too. I can actually see an argument to possibly not run those tests in CORE maybe running them in AS_TESTS instead (if indeed they don't effectively turn out to be done in there anyway). I'm going to add a commit to move that testing and include AS_TESTS in the description of this pull so it will test it. It should be checked if these are not being ran anyway in AS_TESTS in which case maybe this part of the script just needs deleting if we can't find/recall a good reason to have it in CORE again and fix it some other way... |
0e3b1c8 to
e592c64
Compare
Thanks Tom. IIRC, I set env. vars one by one in most GHA workflows. As a result, together with modifying axes in narayana.sh, we should also modify the CORE workflow. |
e592c64 to
b5f0cdb
Compare
|
I modified the cleanup step locally. As soon as the current GHAs are finished, I'll force push the modifications |
b5f0cdb to
b295d65
Compare
If you mean why do we need the AS for CORE testing, then it was added for CMR integration testing (com.hp.mwtests.ts.jta.commitmarkable.integration). |
Not that, I basically mean why do we feel we want to do https://github.com/jbosstm/narayana/blob/main/.github/scripts/narayana.sh#L282-L284 in the CORE profile when the AS_TESTS profile can do https://github.com/jbosstm/narayana/blob/main/.github/scripts/narayana.sh#L282-L284 - I presume |
b295d65 to
f87bbc7
Compare
18140f8 to
41eb17b
Compare
…ave the full server available
41eb17b to
eb3cb94
Compare
CORE AS_TESTS
JDK21
AS_BRANCH=testcontainer
(following up on #2460)