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

Add Python 3.7 tests to nightly cron CI run #7261

Merged
merged 48 commits into from
Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f2ebc4e
Add Py3.7 to CI
Eric-Arellano Feb 19, 2019
3b4429d
Deduplicate OSX Pyenv and OpenSSL env var
Eric-Arellano Feb 19, 2019
46abbf3
Setup bootstrap cron stage
Eric-Arellano Feb 19, 2019
3ad82bb
Temporarily run cron during daily run
Eric-Arellano Feb 19, 2019
c9cacd3
Remove &python3_version
Eric-Arellano Feb 19, 2019
bb5ae88
Remove unnecessary Travis comment
Eric-Arellano Feb 19, 2019
7f41c81
Fix bad bootstrap stage yaml syntax
Eric-Arellano Feb 19, 2019
d02a529
Install one Python version at a time in Dockerfile
Eric-Arellano Feb 19, 2019
dd5b53e
Add -7 flag to ci.sh
Eric-Arellano Feb 19, 2019
8f0f624
Fix typo in ci.sh opt parsing
Eric-Arellano Feb 19, 2019
5456203
Install more Python dependencies in Docker image
Eric-Arellano Feb 19, 2019
2d62a71
Docker uses Centos6, not Ubuntu
Eric-Arellano Feb 19, 2019
a4d6b67
Try reinstalling openssl-devel to see if that gets things working
Eric-Arellano Feb 19, 2019
cbca2df
Revert "Try reinstalling openssl-devel to see if that gets things wor…
Eric-Arellano Feb 19, 2019
4f8d5b7
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Feb 28, 2019
b0d2c0d
Try to build OpenSSL 1.0.2
Eric-Arellano Feb 28, 2019
bf5ea35
Fix using complex bash statement
Eric-Arellano Feb 28, 2019
140bb1d
Expose OpenSSL run command to GCC
Eric-Arellano Feb 28, 2019
c031fcd
Move OpenSSL and Py37 install to new Dockerfile
Eric-Arellano Feb 28, 2019
105a37b
Add --quiet to OpenSSL install
Eric-Arellano Feb 28, 2019
abe8f65
Add libffi to Linux shards
Eric-Arellano Feb 28, 2019
09ade5f
See if linking libffi.so.6 works
Eric-Arellano Feb 28, 2019
9ed5e26
Revert "See if linking libffi.so.6 works"
Eric-Arellano Feb 28, 2019
c5999f3
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 8, 2019
f629197
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 9, 2019
57dd5ef
Don't install unnecessary dependencies for travis_ci
Eric-Arellano Mar 9, 2019
61142af
Fix typo
Eric-Arellano Mar 9, 2019
a171e25
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 14, 2019
1ff2f4d
Use Ubuntu to bootstrap Py3.7 pex.
Eric-Arellano Mar 18, 2019
3cdc846
Regenerate .travis.yml
Eric-Arellano Mar 18, 2019
8ba5eb1
Don't install libffi on Linux
Eric-Arellano Mar 18, 2019
269e561
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 18, 2019
a856d6e
Fix bad merge
Eric-Arellano Mar 18, 2019
83df670
Remove bad .python-interpreter-constraints file
Eric-Arellano Mar 18, 2019
2fbd84f
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 19, 2019
72e7f70
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 19, 2019
954b5da
Incorporate refactor from #7397
Eric-Arellano Mar 19, 2019
8ecbfac
Update one more reference to use refactor
Eric-Arellano Mar 19, 2019
e947c99
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 21, 2019
ae75bb2
Squashed commit of the following:
Eric-Arellano Mar 21, 2019
30c143d
Squashed commit of the following:
Eric-Arellano Mar 21, 2019
59d34d4
Refactor ci.sh interpreter selection to make clear 3.6 is default
Eric-Arellano Mar 21, 2019
f730b01
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 21, 2019
d5c33c3
Skip tensorflow test failing
Eric-Arellano Mar 21, 2019
3ff1b06
Merge branch 'master' of github.com:pantsbuild/pants into py37-ci
Eric-Arellano Mar 21, 2019
e3c5bdc
Restore daily CI
Eric-Arellano Mar 22, 2019
0f0da65
Link to issue explaining why we don't use Docker for engine shard
Eric-Arellano Mar 26, 2019
aca2cb7
Actually update .travis.yml
Eric-Arellano Mar 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading