Skip to content

Added the ability to specify a Narayana repo and abranch#193

Open
tomjenkinson wants to merge 1 commit intomainfrom
tomjenkinson-patch-6
Open

Added the ability to specify a Narayana repo and abranch#193
tomjenkinson wants to merge 1 commit intomainfrom
tomjenkinson-patch-6

Conversation

@tomjenkinson
Copy link
Member

NARAYANA_REPO=mmusgrov
NARAYANA_BRANCH=JBTM-845

@tomjenkinson tomjenkinson force-pushed the tomjenkinson-patch-6 branch from bcf3e69 to d08f643 Compare March 16, 2026 13:00
@jmfinelli jmfinelli force-pushed the tomjenkinson-patch-6 branch from 2530d0e to e7dc744 Compare March 16, 2026 18:51
@tomjenkinson
Copy link
Member Author

Thank you @jmfinelli for the great improvement you added on top of the base change. I am not sure if we can review each other or not but I am going to add my review and I will request one from you too. But I will put @marcosgopen and @mmusgrov as well and if either of those approve (or maybe one of us) I'll merge it.

Copy link
Member Author

@tomjenkinson tomjenkinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't add an approval on this repo, but I would approve!

That being said, I am not sure I would intend to keep both run_bm and jenkins over time but we can tackle that later. @jmfinelli - you swapped to jenkins rather than run_bm.sh, I guess there is a reason and I don't object. I don't know why it seems I put run_bm.sh in the first place but that and jenkins.sh look rather similar

Copy link
Member

@marcosgopen marcosgopen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks both!

fi
OVERRIDE_NARAYANA_VERSION=`grep "<version>" narayana-tmp/pom.xml | head -n 2 | tail -n 1 | sed "s/ *<version>//" | sed "s#</version>##"`
echo "Checking if need Narayana PR"
if [ -n "$NY_BRANCH" ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what is NY_BRANCH about...?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like NY_BRANCH is used to checkout PRs. No sure who introduced it and for what reason though

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was me a long time ago.

"Nara" "yana" is maybe where I was going with the lettering... maybe it should have been NRYN

@jmfinelli
Copy link
Contributor

I can't add an approval on this repo, but I would approve!

That being said, I am not sure I would intend to keep both run_bm and jenkins over time but we can tackle that later. @jmfinelli - you swapped to jenkins rather than run_bm.sh, I guess there is a reason and I don't object. I don't know why it seems I put run_bm.sh in the first place but that and jenkins.sh look rather similar

Nice to read that you don't want to keep both scripts. I was planning to ask the same question in the PR. Let's keep just jenkins.sh (and change its filename). AFAICT, we used to use jenkins.sh in our internal CI. Having both script is confusing indeed

@jmfinelli jmfinelli force-pushed the tomjenkinson-patch-6 branch 2 times, most recently from 5b61534 to 1a9f51f Compare March 17, 2026 10:02
@jmfinelli
Copy link
Contributor

Am I wrong or we need to build WildFly as well?

@@ -101,7 +145,18 @@ jobs:
core.setOutput('jdk_versions', JSON.stringify(jdk_versions));

const possibleEnvVars = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look like a comprehensive set of config variables, nice.

@jmfinelli jmfinelli force-pushed the tomjenkinson-patch-6 branch 3 times, most recently from 3fc37dd to 7850c33 Compare March 17, 2026 10:17
@jmfinelli jmfinelli force-pushed the tomjenkinson-patch-6 branch from 7850c33 to 517ad1b Compare March 17, 2026 14:54
@jmfinelli
Copy link
Contributor

I further modified this PR to download WildFly but I don't think I will have time to test it thoroughly before my PTO. Please, feel free to take it over and complete the modification.

@tomjenkinson
Copy link
Member Author

I further modified this PR to download WildFly but I don't think I will have time to test it thoroughly before my PTO. Please, feel free to take it over and complete the modification.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants