-
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
ansible: use explicit tap2junit version #3272
Conversation
@richardlau I have tested this using is there a good way to stop after this task? |
I am using |
I'm not aware of one. |
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.
LGTM
upgraded:
|
1e2c113
to
81b5fb6
Compare
ansible/roles/jenkins-worker/tasks/partials/tap2junit/ubuntu.yml
Outdated
Show resolved
Hide resolved
ansible/roles/jenkins-worker/tasks/partials/tap2junit/ubuntu.yml
Outdated
Show resolved
Hide resolved
@MoLow I'm wondering if the Python pip error in https://ci.nodejs.org/job/node-test-linter/49235/console is related to the changes in this PR. It ran on test-ibm-ubuntu1804-x64-1. 00:25:23 + make lint-py-build PYTHON=python3
00:25:24 Pip installing flake8 linter on Python 3.8.0...
00:25:24 python3 -m pip install --no-user --upgrade -t tools/pip/site-packages flake8 || \
00:25:24 python3 -m pip install --no-user --upgrade --system -t tools/pip/site-packages flake8
00:25:26
00:25:26 Usage:
00:25:26 /usr/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] ...
00:25:26 /usr/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] ...
00:25:26 /usr/bin/python3 -m pip install [options] [-e] <vcs project url> ...
00:25:26 /usr/bin/python3 -m pip install [options] [-e] <local project path> ...
00:25:26 /usr/bin/python3 -m pip install [options] <archive url/path> ...
00:25:26
00:25:26 no such option: --no-user
00:25:27
00:25:27 Usage:
00:25:27 /usr/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] ...
00:25:27 /usr/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] ...
00:25:27 /usr/bin/python3 -m pip install [options] [-e] <vcs project url> ...
00:25:27 /usr/bin/python3 -m pip install [options] [-e] <local project path> ...
00:25:27 /usr/bin/python3 -m pip install [options] <archive url/path> ...
00:25:27
00:25:27 no such option: --no-user
00:25:27 Makefile:1520: recipe for target 'lint-py-build' failed |
81b5fb6
to
51d43fd
Compare
@richardlau I changed the ubuntu script and the linter is now fixed (https://ci.nodejs.org/job/node-test-linter/49246/) |
https://github.com/nodejs/node/blob/main/Makefile#L1521-L1522
the fix was deployed manually |
51d43fd
to
e0775f3
Compare
e0775f3
to
ebc4c17
Compare
Did you sort out the issue on AIX? If not, what are you seeing? |
I am not able to install python > 3.6, see https://ci.nodejs.org/job/node-test-commit-aix/ |
@richardlau I'v pushed another commit and AIX seems green now https://ci.nodejs.org/job/node-test-commit-aix/ |
* ansible: use explicit tap2junit version * ansible: install python 3.9 on aix
Fixes: #3268
Fixes: nodejs/node#47048