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

jenkins: node-test-commit-linux-containered should set IDENTIFIER=node-test-commit-linux-containered ? #1452

Closed
joyeecheung opened this issue Aug 15, 2018 · 4 comments

Comments

@joyeecheung
Copy link
Member

See https://ci.nodejs.org/job/node-test-commit-linux-containered/configure The parameters passed to post-build-status-update currently set IDENTIFIER=${STATUS_LABEL} which appear in the Github PR status as ${STATUS_LABEL}. I believe it's supposed to be IDENTIFIER=node-test-commit-linux-containered instead?

screen shot 2018-08-15 at 8 41 54 pm

@maclover7
Copy link
Contributor

There's also this part of the build configuration, which I believe is trying to customize the github-bot status label?

echo $nodes | sed -E 's/.*_(\w+)_x64$/STATUS_LABEL=node-test-linux-linked-\1/g' > env.properties

cc @rvagg

@refack
Copy link
Contributor

refack commented Aug 16, 2018

@refack refack closed this as completed Aug 16, 2018
@refack refack added bug and removed ci-job-request labels Aug 16, 2018
@refack
Copy link
Contributor

refack commented Aug 17, 2018

Nope - https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1604_sharedlibs_openssl110_x64/6352/console
Seems like on test-softlayer-ubuntu1604_sharedlibs_container-x64-5 the following replace fails:

20:54:20 + echo ubuntu1604_sharedlibs_openssl110_x64
20:54:20 + sed -E s/.*_(\w+)_x64$/STATUS_LABEL=node-test-linux-linked-\1/g
20:54:20 + echo

@github-actions
Copy link

github-actions bot commented Mar 8, 2020

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

@github-actions github-actions bot added the stale label Mar 8, 2020
@github-actions github-actions bot closed this as completed Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants