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. |
|
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. Details00: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/) |
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