Skip to content

Commit

Permalink
drone: run integration tests after deploying
Browse files Browse the repository at this point in the history
Unfortunately drone 0.4 won't let us filter the status of the job, but
that's fair enough, in the worst case we're going to run a job in the
environment without deploying any new code.
  • Loading branch information
Francisco Souza committed Jan 19, 2017
1 parent fa7488e commit 17730c0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,22 @@ notify:
channel: $$SLACK_CHANNEL
when:
event: tag
downstream_dev:
image: plugins/drone-downstream
server: $$INTERNAL_DRONE_ENDPOINT
token: $$DRONE_TOKEN
repositories:
- $$INTEGRATION_TESTS_REPO@dev
fork: true
when:
branch: master
downstream_stg_prd:
image: plugins/drone-downstream
server: $$INTERNAL_DRONE_ENDPOINT
token: $$DRONE_TOKEN
repositories:
- $$INTEGRATION_TESTS_REPO@stg
- $$INTEGRATION_TESTS_REPO@prd
fork: true
when:
event: tag

0 comments on commit 17730c0

Please sign in to comment.