-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI/CLN: update travis #36514
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
Merged
Merged
CI/CLN: update travis #36514
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
bcb187f
CI/CLN: update travis
fangchenli 57f2724
CI/CLN: update travis
fangchenli 7dba0d1
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli f8bbe13
CI: add xvfb
fangchenli 2235469
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli 5070708
CI: fix arm64
fangchenli fe0d753
CI: fix arm64
fangchenli 9a51899
CI: fix arm64
fangchenli 5d28234
CI: fix arm64
fangchenli 059599a
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli 38cd65d
CI: fix arm64
fangchenli 271407c
CI: fix arm64
fangchenli 8c679d5
CI: fix arm64
fangchenli de587a3
CI: fix arm64
fangchenli 81886a1
CI: fix arm64
fangchenli 9bb6871
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli 6f8fc57
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli 3e8833e
CI: fix arm64
fangchenli 5b47620
CI: fix arm64
fangchenli d2f7aa5
CI: fix arm64
fangchenli f5e119a
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli 057b966
Merge remote-tracking branch 'upstream/master' into clean-ci
fangchenli 2d3725f
CI: debug arm64 ci
fangchenli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
language: python | ||
python: 3.7 | ||
|
||
addons: | ||
apt: | ||
update: true | ||
packages: | ||
- xvfb | ||
|
||
services: | ||
- xvfb | ||
|
||
# To turn off cached cython files and compiler cache | ||
# set NOCACHE-true | ||
# To delete caches go to https://travis-ci.org/OWNER/REPOSITORY/caches or run | ||
|
@@ -10,30 +19,27 @@ cache: | |
ccache: true | ||
directories: | ||
- $HOME/.cache # cython cache | ||
- $HOME/.ccache # compiler cache | ||
|
||
env: | ||
global: | ||
# Variable for test workers | ||
- PYTEST_WORKERS="auto" | ||
# create a github personal access token | ||
# cd pandas-dev/pandas | ||
# travis encrypt 'PANDAS_GH_TOKEN=personal_access_token' -r pandas-dev/pandas | ||
- secure: "EkWLZhbrp/mXJOx38CHjs7BnjXafsqHtwxPQrqWy457VDFWhIY1DMnIR/lOWG+a20Qv52sCsFtiZEmMfUjf0pLGXOqurdxbYBGJ7/ikFLk9yV2rDwiArUlVM9bWFnFxHvdz9zewBH55WurrY4ShZWyV+x2dWjjceWG5VpWeI6sA=" | ||
|
||
git: | ||
# for cloning | ||
depth: false | ||
|
||
matrix: | ||
fast_finish: true | ||
|
||
include: | ||
# In allowed failures | ||
- dist: bionic | ||
python: 3.9-dev | ||
env: | ||
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)" | ||
|
||
- env: | ||
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)" | ||
|
||
|
@@ -42,7 +48,7 @@ matrix: | |
|
||
- arch: arm64 | ||
env: | ||
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)" | ||
- JOB="3.7, arm64" PYTEST_WORKERS=1 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)" | ||
|
||
- env: | ||
- JOB="3.7, locale" ENV_FILE="ci/deps/travis-37-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1" | ||
|
@@ -71,12 +77,6 @@ before_install: | |
- uname -a | ||
- git --version | ||
- ./ci/check_git_tags.sh | ||
# Because travis runs on Google Cloud and has a /etc/boto.cfg, | ||
# it breaks moto import, see: | ||
# https://github.com/spulec/moto/issues/1771 | ||
# https://github.com/boto/boto/issues/3741 | ||
# This overrides travis and tells it to look nowhere. | ||
- export BOTO_CONFIG=/dev/null | ||
Comment on lines
-74
to
-79
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's fixed by travis-ci/travis-build#1759 |
||
|
||
install: | ||
- echo "install start" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It's redundant.