Skip to content
Snippets Groups Projects
Commit 275aa4fa authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.cleanup

parent fad4e264
No related branches found
No related tags found
No related merge requests found
Pipeline #974 passed with stage
in 1 minute and 47 seconds
#!/usr/bin/python3
ops = [ 'rproxy', 'drive', 'ss-tw', 'ss-us1', 'ss-us5', 'ss-us6', 'ovpn-tw', 'www', 'mail', 'tm', 'git', 'zhixiang', 'mc', 'push-httpdb-agent', 'ddns-wuhan', 'ddns-us', 'dl' ]
allow_fail = [ 'mc', 'push-httpdb-agent' ]
print('''image: recolic/rserver-monitor
stages:
- test
''')
for op in ops:
print('{}:\n stage: test\n only: \n - 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