Skip to content

Commit f957b0c

Browse files
authored
CI: move py38 slow to azure #38429 (#38613)
Co-authored-by: VirosaLi <2EkF8qUgpNkj>
1 parent c6b05c3 commit f957b0c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ matrix:
3535
fast_finish: true
3636

3737
include:
38-
- env:
39-
- JOB="3.8, slow" ENV_FILE="ci/deps/travis-38-slow.yaml" PATTERN="slow" SQL="1"
40-
services:
41-
- mysql
42-
- postgresql
43-
4438
- env:
4539
- 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"
4640
services:

ci/azure/posix.yml

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
CONDA_PY: "38"
4444
PATTERN: "not slow and not network and not clipboard"
4545

46+
py38_slow:
47+
ENV_FILE: ci/deps/azure-38-slow.yaml
48+
CONDA_PY: "38"
49+
PATTERN: "slow"
50+
4651
py38_locale:
4752
ENV_FILE: ci/deps/azure-38-locale.yaml
4853
CONDA_PY: "38"
File renamed without changes.

0 commit comments

Comments
 (0)