-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert(ci): Revert "ci: Add a nightly CI job for integration tests (#…
…2652)" This reverts commit 6645efb. Signed-off-by: Danny Chiao <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
143 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: "cp3*_x86_64" | ||
CIBW_SKIP: "cp36-* cp37-* *-musllinux_x86_64 cp310-macosx_x86_64" | ||
CIBW_SKIP: "cp36-* *-musllinux_x86_64 cp310-macosx_x86_64" | ||
CIBW_ARCHS: "native" | ||
CIBW_ENVIRONMENT: > | ||
COMPILE_GO=True PATH=$PATH:/usr/local/go/bin | ||
|
@@ -150,7 +150,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-10.15 ] | ||
python-version: [ "3.8", "3.9", "3.10"] | ||
python-version: [ "3.7", "3.8", "3.9", "3.10"] | ||
from-source: [ True, False ] | ||
env: | ||
# this script is for testing servers | ||
|
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
|
@@ -191,4 +191,4 @@ jobs: | |
flags: integrationtests | ||
env_vars: OS,PYTHON | ||
fail_ci_if_error: true | ||
verbose: true | ||
verbose: true |