Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
FlockLab 1 - deprecated
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TEC
P
Public
FlockLab
FlockLab 1 - deprecated
Commits
7a5e7cc2
Commit
7a5e7cc2
authored
May 03, 2019
by
Reto Da Forno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runner config updated
parent
5cbbff42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
7a5e7cc2
...
...
@@ -14,9 +14,9 @@ stages:
deploy to devserver
:
stage
:
deploy
variables
:
DEV_SERVER
:
"
flocklab@flocklab-dev-server.ethz.ch"
DEV_SERVER2
:
"
flocklab@flocklab-dev-server2.ethz.ch"
RSYNC_OPTIONS
:
"
-av
--no-perms
--no-owner
--no-group
--delete
-e
'ssh
-qq
-o
StrictHostKeyChecking=no'"
DEV_SERVER
:
'
flocklab@flocklab-dev-server.ethz.ch'
DEV_SERVER2
:
'
flocklab@flocklab-dev-server2.ethz.ch'
RSYNC_OPTIONS
:
'
-av
--no-perms
--no-owner
--no-group
--delete
-e
"ssh
-qq
-o
StrictHostKeyChecking=no"'
script
:
-
apk update >/dev/null && apk add rsync openssh-client >/dev/null
-
eval $(ssh-agent -s) && echo "$CI_SSH_PRIVATE_KEY" | ssh-add -
...
...
@@ -40,8 +40,8 @@ deploy to devserver:
deploy to production
:
stage
:
deploy
variables
:
PRODUCTION_SERVER
:
"
flocklab@whymper.ethz.ch"
RSYNC_OPTIONS
:
"
-av
--no-perms
--no-owner
--no-group
--delete
-e
'ssh
-qq
-o
StrictHostKeyChecking=no'"
PRODUCTION_SERVER
:
'
flocklab@whymper.ethz.ch'
RSYNC_OPTIONS
:
'
-av
--no-perms
--no-owner
--no-group
--delete
-e
"ssh
-qq
-o
StrictHostKeyChecking=no"'
script
:
-
apk update >/dev/null && apk add rsync openssh-client >/dev/null
-
eval $(ssh-agent -s) && echo "$CI_SSH_PRIVATE_KEY" | ssh-add -
...
...
@@ -62,7 +62,7 @@ deploy to production:
run flocklab test
:
stage
:
test
variables
:
FLOCKLAB_TOOL
:
"
tools/flocklab"
FLOCKLAB_TOOL
:
'
tools/flocklab'
TEST_RUNTIME
:
120
TEST_CLEANUP
:
180
script
:
...
...
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