Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits:
facdabed by Abhilash Raj at 2019-03-05T01:00:58Z
Trigger downstream jobs with commit SHA so they can test.
We trigger downstream jobs with the current commit's SHA so that they can
run
tests against this commit. We don't need to create an sdist and upload
anymore
since this is much easier as compared to uploading and downloading artifacts.
Yay for `git+https` support in `pip` :)
- - - - -
1e202cfb by Abhilash Raj at 2019-03-05T01:00:58Z
Merge branch 'change-downstream-trigger' into 'master'
Trigger downstream jobs with commit SHA so they can test.
See merge request mailman/mailman!467
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -13,11 +13,6 @@ variables:
LC_ALL: "C.UTF-8"
-stages:
- - test
- - upload
- - deploy
-
qa:
script:
- tox -e qa
@@ -76,19 +71,10 @@ diffcov:
except:
- master
-upload:
- stage: upload
- script:
- - python3 setup.py sdist
- artifacts:
- paths:
- - dist/*
- expire_in: 1 week
- only:
- - branches@mailman/mailman
-
trigger-client:
stage: deploy
+ variables:
+ CORE_COMMIT_SHA: $CI_COMMIT_SHORT_SHA
only:
- branches@mailman/mailman
trigger:
View it on GitLab:
https://gitlab.com/mailman/mailman/compare/15aab91c014f886a690cc35041650f1eb1da5b5f...1e202cfbc69fde404f6374905759e47e73a7578c
--
View it on GitLab:
https://gitlab.com/mailman/mailman/compare/15aab91c014f886a690cc35041650f1eb1da5b5f...1e202cfbc69fde404f6374905759e47e73a7578c
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org