mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 15:46:50 +08:00
Check DNS changes 4x/day; expose job output to public
- I like public output because it reassures users that we're really, truly testing
This commit is contained in:
@@ -6,11 +6,12 @@ groups:
|
|||||||
jobs:
|
jobs:
|
||||||
- check-dns
|
- check-dns
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- name: check-dns
|
- name: check-dns
|
||||||
|
public: true
|
||||||
plan:
|
plan:
|
||||||
- {get: sslip.io, trigger: true}
|
- {get: sslip.io, trigger: true}
|
||||||
|
- {get: 6h, trigger: true}
|
||||||
- task: check-dns
|
- task: check-dns
|
||||||
file: sslip.io/ci/tasks/check-dns.yml
|
file: sslip.io/ci/tasks/check-dns.yml
|
||||||
params:
|
params:
|
||||||
@@ -22,3 +23,7 @@ resources:
|
|||||||
source:
|
source:
|
||||||
uri: https://github.com/cunnie/sslip.io
|
uri: https://github.com/cunnie/sslip.io
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
- name: 6h
|
||||||
|
type: time
|
||||||
|
source: {interval: 6h}
|
||||||
|
Reference in New Issue
Block a user