-
Notifications
You must be signed in to change notification settings - Fork 166
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
CI custom builds do not seem up to date #1790
Comments
My best guess is it comes from the rebasing procedure. I've added |
It seems like there is no rebase going on for this specific CI job. See the difference here: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/6461/consoleFull |
Is there an active build contributor who is willing to maintain these "customsuites" builds? Seems like they are causing problems and active folks don't want to take responsibility for them. |
Looking at the job config: it's trying to execute The equivalent in the other jobs, e.g. https://ci.nodejs.org/job/node-test-commit-linux/configure, looks like this: curl https://raw.githubusercontent.com/nodejs/build/master/jenkins/scripts/node-test-commit-pre.sh | bash -ex -s before we should change https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/configure to be consistent with the other jobs in the way it executes that script and see if it fixes this issue (the script does the rebasing). (If @nodejs/build are okay with giving me permission to edit the job I'd be more than happy to do the edits myself.) |
Making the change suggested by @richardlau (pointing it at the right script and getting rid of the Also, +1 to giving @richardlau access to the Jenkins configs for this stuff. |
Thanks @Trott. I'll raise a separate issue about access/joining the WG so it can be properly discussed/tracked. |
Two CI runs showed failing custom builds (https://ci.nodejs.org/job/node-test-pull-request/22625/ and https://ci.nodejs.org/job/node-test-pull-request/22644/). The failures both seem to miss some code changes even though the commit points to the correct hash. I am a bit puzzled about these failures.
PTAL
The text was updated successfully, but these errors were encountered: