Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
792a0a91
Unverified
Commit
792a0a91
authored
Aug 23, 2022
by
Yuge Zhang
Committed by
GitHub
Aug 23, 2022
Browse files
Run pipeline everyday regardless of code change (#5067)
parent
bddaf36d
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
+10
-0
pipelines/fast-test.yml
pipelines/fast-test.yml
+1
-0
pipelines/full-test-compression.yml
pipelines/full-test-compression.yml
+1
-0
pipelines/full-test-hpo.yml
pipelines/full-test-hpo.yml
+1
-0
pipelines/full-test-nas.yml
pipelines/full-test-nas.yml
+1
-0
pipelines/integration-test-aml.yml
pipelines/integration-test-aml.yml
+1
-0
pipelines/integration-test-hybrid.yml
pipelines/integration-test-hybrid.yml
+1
-0
pipelines/integration-test-local-linux.yml
pipelines/integration-test-local-linux.yml
+1
-0
pipelines/integration-test-local-windows.yml
pipelines/integration-test-local-windows.yml
+1
-0
pipelines/integration-test-remote-l2l.yml
pipelines/integration-test-remote-l2l.yml
+1
-0
pipelines/integration-test-remote-w2w.yml
pipelines/integration-test-remote-w2w.yml
+1
-0
No files found.
pipelines/fast-test.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 16 * * *
branches
:
include
:
[
master
]
always
:
true
resources
:
repositories
:
...
...
pipelines/full-test-compression.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 18 * * *
branches
:
include
:
[
master
]
always
:
true
resources
:
repositories
:
...
...
pipelines/full-test-hpo.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 18 * * *
branches
:
include
:
[
master
]
always
:
true
resources
:
repositories
:
...
...
pipelines/full-test-nas.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 18 * * *
branches
:
include
:
[
master
]
always
:
true
resources
:
repositories
:
...
...
pipelines/integration-test-aml.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 20 * * *
branches
:
include
:
[
master
]
always
:
true
jobs
:
-
job
:
aml
...
...
pipelines/integration-test-hybrid.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 20 * * *
branches
:
include
:
[
master
]
always
:
true
jobs
:
-
job
:
hybrid
...
...
pipelines/integration-test-local-linux.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 20 * * *
branches
:
include
:
[
master
]
always
:
true
jobs
:
-
job
:
linux
...
...
pipelines/integration-test-local-windows.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 20 * * *
branches
:
include
:
[
master
]
always
:
true
jobs
:
-
job
:
windows
...
...
pipelines/integration-test-remote-l2l.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 20 * * *
branches
:
include
:
[
master
]
always
:
true
# variables set on VSO: (for security concern)
# manager_ip
...
...
pipelines/integration-test-remote-w2w.yml
View file @
792a0a91
...
...
@@ -4,6 +4,7 @@ schedules:
-
cron
:
0 20 * * *
branches
:
include
:
[
master
]
always
:
true
variables
:
ssh_user
:
NNIUser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment