-
-
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
Adapted to most recent changes in churn - arguments support #5129
Conversation
It canbe easily suplied by churn custom. Afaik it is better to remove it then to disable it
Single gc 5h https://ci.adoptium.net/view/Test_grinder/job/Grinder/9064/tapResults/ Will now try all platfroms, but looks ok to me: https://ci.adoptium.net/view/Test_grinder/job/Grinder/9066/ Hmm.. Hard to say if ZGC's failures on cigwin are as expected: |
churn_5h_allGCs https://ci.adoptium.net/view/Test_grinder/job/Grinder/9077/ |
rerun with archive artifacts: https://ci.adoptium.net/view/Test_grinder/job/Grinder/9079/
rerun with archive artifacts: https://ci.adoptium.net/view/Test_grinder/job/Grinder/9080/
Otherwise the jobs did what they should |
it is not healthy |
What kid of shell is running that? |
Same issue you had with setting APPLICATION_OPTIONS, yes, needs Also, I should take a closer look at how this is run directly, as you should not need |
@jandrlik advised thi s to me, that it necessary to have the artifacts properly picked up.
Exactly, the tap file should not be there. It is if-outed, but the
Is causing it reappear. In the currently pushed pushed version, the rogue tap file is missing. I just wanted to make it more explicit and the escaping had bitten me. |
churn_5h_allGCs https://ci.adoptium.net/view/Test_grinder/job/Grinder/9091/ |
Being out of |
churn_5h_allGCs https://ci.adoptium.net/view/Test_grinder/job/Grinder/9094 |
churn_5h_allGCs https://ci.adoptium.net/view/Test_grinder/job/Grinder/9096 |
churn_5h_allGCs https://ci.adoptium.net/view/Test_grinder/job/Grinder/9121 Now it should behave. Dash is no shell of mine :) |
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.
Number of typos
@smlambert The alien tapfile si finally gone from defautl job! \o/ @karianna ty! will fix asap |
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
@karianna thanx again for the additional spell check. I will be more careful next time. All applied. |
Co-authored-by: Martijn Verburg <[email protected]>
export TMPRESULTS="$(Q)$(REPORTDIR)$(D)report$(Q)"; \ | ||
cd $TMPRESULTS ; \ | ||
bash "$(TEST_ROOT)$(D)system$(D)churn$(D)churn$(D)run.sh"; \ | ||
if [ "x${CHURN_TAP}" = "x" ] ; then export CHURN_TAP=true ; fi ; \ |
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.
What's the CHURN_TAP
?
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.
A tap file that Jiri generates himself, which does not conform to the same information as the tap file that TKG generates, so I asked that it not be generated when running as part of AQAvit, as we use the TKG formated tap files for many purposes and having a non-conformant tap file on the system would be sub-optimal.
See comments in original PR starting here for background.
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.
CHURN_TAP is control variable, which inside churn runner generate tap file - if empty or true. If it is set an non true, then tap file is not generated.
The tap file from churn is extremely useful so I let it on for the custom manual run. However it disturbed the automated tuns, so it is off for default auto run.
If you insists, I will turn it off also for manual run.
The condition is here, so the user from cmdline can control the behaviour.
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.
Worth a comment in the code if this causes confusion
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.
👍
…#5129) * Adapted to most recent changes in churn - arguments support * Improved application_options by $() subshell * removed churn_1m_allGCs It canbe easily suplied by churn custom. Afaik it is better to remove it then to disable it * Narrowed readme.md * Using consistently $() instead of $ and ${} * Returned {} instead of () for nkn-jenkins vars * Replaced dash incompatible == by = * removed forgotten _churn_1m_allGCs from readme Co-authored-by: Martijn Verburg <[email protected]> * fixed typos in system/churn/README.md Co-authored-by: Martijn Verburg <[email protected]> * One more remvoal of churn_1m_allGCs and from system/churn/README.md Co-authored-by: Martijn Verburg <[email protected]> * remvoed redundant whitesapces in system/churn/playlist.xml Co-authored-by: Martijn Verburg <[email protected]> * more removed spaces in system/churn/playlist.xml Co-authored-by: Martijn Verburg <[email protected]> --------- Co-authored-by: Martijn Verburg <[email protected]>
No description provided.