Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits:
8da9c2e7 by Abhilash Raj at 2020-08-02T03:18:59+00:00
Switch to using Merge Trains.
- - - - -
6dcd44d5 by Abhilash Raj at 2020-08-02T03:37:57+00:00
Merge branch 'maxking-master-patch-99879' into 'master'
Switch to using Merge Trains.
See merge request mailman/mailman!679
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1,4 +1,9 @@
# This is core test runner
+.only-default: &only-default
+ only:
+ - master
+ - merge_requests
+ - tags
image: maxking/mailman-ci-runner
@@ -14,31 +19,38 @@ variables:
qa:
+ <<: *only-default
script:
- tox -e qa
docs:
+ <<: *only-default
script:
- tox -e docs
sqlite-36:
+ <<: *only-default
script:
- tox -e py36-nocov
sqlite-37:
+ <<: *only-default
script:
- tox -e py37-nocov
sqlite-38:
+ <<: *only-default
script:
- tox -e py38-nocov
sqlite-39:
+ <<: *only-default
script:
- tox -e py39-nocov
allow_failure: true
pgsql-38:
+ <<: *only-default
services:
- postgres:latest
script:
@@ -47,6 +59,7 @@ pgsql-38:
- postgres
pgsql-37:
+ <<: *only-default
services:
- postgres:latest
script:
@@ -55,6 +68,7 @@ pgsql-37:
- postgres
mysql-38:
+ <<: *only-default
services:
- mysql:5.6
script:
@@ -63,6 +77,7 @@ mysql-38:
- mysql
mysql-37:
+ <<: *only-default
services:
- mysql:5.6
script:
@@ -74,5 +89,5 @@ mysql-37:
diffcov:
script:
- tox -e py37-diffcov
- except:
- - master
+ only:
+ - merge_requests
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/cb3f3a7e3e982d6c192d277ddab1b489e166f0d6...6dcd44d5bc677d82ecfda2629d5cb782d9afef1b
--
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/cb3f3a7e3e982d6c192d277ddab1b489e166f0d6...6dcd44d5bc677d82ecfda2629d5cb782d9afef1b
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: [email protected]