Skip to content
Snippets Groups Projects
Verified Commit 6cc936b8 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update

parent fc6b219b
No related branches found
No related tags found
No related merge requests found
Pipeline #62 failed
......@@ -5,71 +5,88 @@ stages:
rproxy:
stage: test
only: schedules
script: "/do.bash rproxy"
drive:
stage: test
only: schedules
script: "/do.bash drive"
ss-tw:
stage: test
only: schedules
script: "/do.bash ss-tw"
ss-us1:
stage: test
only: schedules
script: "/do.bash ss-us1"
ss-us5:
stage: test
only: schedules
script: "/do.bash ss-us5"
ss-us6:
stage: test
only: schedules
script: "/do.bash ss-us6"
ovpn-tw:
stage: test
only: schedules
script: "/do.bash ovpn-tw"
www:
stage: test
only: schedules
script: "/do.bash www"
mail:
stage: test
only: schedules
script: "/do.bash mail"
tm:
stage: test
only: schedules
script: "/do.bash tm"
git:
stage: test
only: schedules
script: "/do.bash git"
zhixiang:
stage: test
only: schedules
script: "/do.bash zhixiang"
mc:
stage: test
only: schedules
script: "/do.bash mc"
allow_failure: true
push-httpdb-agent:
stage: test
only: schedules
script: "/do.bash push-httpdb-agent"
allow_failure: true
ddns-wuhan:
stage: test
only: schedules
script: "/do.bash ddns-wuhan"
ddns-us:
stage: test
only: schedules
script: "/do.bash ddns-us"
dl:
stage: test
only: schedules
script: "/do.bash dl"
......@@ -10,7 +10,7 @@ stages:
- test
''')
for op in ops:
print('{}:\n stage: test\n script: "/do.bash {}"'.format(op, op))
print('{}:\n stage: test\n only: schedules\n script: "/do.bash {}"'.format(op, op))
if op in allow_fail:
print(' allow_failure: true')
print()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment