Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! WIP hook up dwq backend
  • Loading branch information
kaspar030 committed Dec 16, 2020
1 parent 7badca0 commit 28a12b4
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
kind: pipeline
type: docker
name: static_tests
trigger:
event:
- pull_request

environment:
DRONE_CLONE_REPO: riot-ci/RIOT
Expand All @@ -21,9 +24,6 @@ services:
host: ci.riot-os.org
ssh_args: "-L0.0.0.0:7711:localhost:7711 -L0.0.0.0:6379:localhost:6379"
ports: [ 6379, 7711 ]
when:
event:
- pull_request

steps:
- name: clone
Expand All @@ -38,21 +38,18 @@ steps:
build_branch: ${DRONE_SOURCE_BRANCH}
build_commit: ${CI_COMMIT_SHA}
merge_commit_repo: riot-ci/RIOT
when:
event:
- pull_request

- name: build
image: kaspar030/drone-dwq
commands:
- test -n "$${DRONE_PULL_REQUEST}"

# setting disque parameters
- export DWQ_DISQUE_URL="disque:7711"
- export DWQ_COMMIT="$$(cat merge_commit)"
- export DWQ_REPO="https://github.com/$${DRONE_CLONE_REPO}"
- dwqc "echo foo"
- redis-cli -h disque ping
when:
event:
- pull_request

# running trivial "true" on default queue
- dwqc "true"

# ensuring redis is operational
- redis-cli -h disque ping

0 comments on commit 28a12b4

Please sign in to comment.