Uh oh!
There was an error while loading. Please reload this page.
testing: update the python versions in the Dockerfile - #4123
Conversation
tmatsuo
commented
Jun 18, 2020
Doh. I overlooked there is python 2.7.18 |
also enable the Docker image upload in python 3.8 periodic build.
The current logic for installing Python seems flaky. I think it fails to import gpg keys. The tests in py-3.7 builds are all skipped because there's no python-3.7 I'll modify the python installation to fail when key verification fails. Update: Actually I changed the order of the script and now it should fail upon signature verification failures. |
tmatsuo
commented
Jun 19, 2020
py-2.7 build failed with several errors with "bad zip files". I'll restart it. |
tmatsuo
commented
Jun 19, 2020
The builds are all green, merging |
also enable the Docker image upload in python 3.8 periodic build.
fixes#4126