Martin Blanchard pushed to branch mablanch/63-tls-encryption at BuildGrid / buildgrid
Commits:
-
ac4c7534
by Martin Blanchard at 2018-08-24T12:18:22Z
1 changed file:
Changes:
... | ... | @@ -28,10 +28,10 @@ before_script: |
28 | 28 |
.run-dummy-job-template: &dummy-job
|
29 | 29 |
stage: test
|
30 | 30 |
script:
|
31 |
- - ${BGD} server start &
|
|
31 |
+ - ${BGD} server start --allow-insecure &
|
|
32 | 32 |
- sleep 1 # Allow server to boot
|
33 |
- - ${BGD} bot --host=0.0.0.0 dummy &
|
|
34 |
- - ${BGD} execute --host=0.0.0.0 request-dummy --wait-for-completion
|
|
33 |
+ - ${BGD} bot dummy &
|
|
34 |
+ - ${BGD} execute request-dummy --wait-for-completion
|
|
35 | 35 |
|
36 | 36 |
tests-debian-stretch:
|
37 | 37 |
<<: *linux-tests
|