Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server-monitor
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
server-monitor
Commits
28eb751e
There was an error fetching the commit references. Please try again later.
Verified
Commit
28eb751e
authored
6 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
6cc936b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+34
-17
34 additions, 17 deletions
.gitlab-ci.yml
gen_ci.py
+1
-1
1 addition, 1 deletion
gen_ci.py
with
35 additions
and
18 deletions
.gitlab-ci.yml
+
34
−
17
View file @
28eb751e
...
@@ -5,88 +5,105 @@ stages:
...
@@ -5,88 +5,105 @@ stages:
rproxy
:
rproxy
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
rproxy"
script
:
"
/do.bash
rproxy"
drive
:
drive
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
drive"
script
:
"
/do.bash
drive"
ss-tw
:
ss-tw
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ss-tw"
script
:
"
/do.bash
ss-tw"
ss-us1
:
ss-us1
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ss-us1"
script
:
"
/do.bash
ss-us1"
ss-us5
:
ss-us5
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ss-us5"
script
:
"
/do.bash
ss-us5"
ss-us6
:
ss-us6
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ss-us6"
script
:
"
/do.bash
ss-us6"
ovpn-tw
:
ovpn-tw
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ovpn-tw"
script
:
"
/do.bash
ovpn-tw"
www
:
www
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
www"
script
:
"
/do.bash
www"
mail
:
mail
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
mail"
script
:
"
/do.bash
mail"
tm
:
tm
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
tm"
script
:
"
/do.bash
tm"
git
:
git
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
git"
script
:
"
/do.bash
git"
zhixiang
:
zhixiang
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
zhixiang"
script
:
"
/do.bash
zhixiang"
mc
:
mc
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
mc"
script
:
"
/do.bash
mc"
allow_failure
:
true
allow_failure
:
true
push-httpdb-agent
:
push-httpdb-agent
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
push-httpdb-agent"
script
:
"
/do.bash
push-httpdb-agent"
allow_failure
:
true
allow_failure
:
true
ddns-wuhan
:
ddns-wuhan
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ddns-wuhan"
script
:
"
/do.bash
ddns-wuhan"
ddns-us
:
ddns-us
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
ddns-us"
script
:
"
/do.bash
ddns-us"
dl
:
dl
:
stage
:
test
stage
:
test
only
:
schedules
only
:
-
schedules
script
:
"
/do.bash
dl"
script
:
"
/do.bash
dl"
This diff is collapsed.
Click to expand it.
gen_ci.py
+
1
−
1
View file @
28eb751e
...
@@ -10,7 +10,7 @@ stages:
...
@@ -10,7 +10,7 @@ stages:
- test
- test
'''
)
'''
)
for
op
in
ops
:
for
op
in
ops
:
print
(
'
{}:
\n
stage: test
\n
only: schedules
\n
script:
"
/do.bash {}
"'
.
format
(
op
,
op
))
print
(
'
{}:
\n
stage: test
\n
only:
\n
-
schedules
\n
script:
"
/do.bash {}
"'
.
format
(
op
,
op
))
if
op
in
allow_fail
:
if
op
in
allow_fail
:
print
(
'
allow_failure: true
'
)
print
(
'
allow_failure: true
'
)
print
()
print
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment