Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
MacOSR
Commits
84cdd007
Commit
84cdd007
authored
Oct 23, 2020
by
Jean-Francois Rey
☕
Browse files
try to use async task to avoid ssh timeout disconnection
parent
f1d684fb
Pipeline
#2535
failed with stages
in 31 minutes and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ansible_provisioning/playbook.yml
View file @
84cdd007
...
...
@@ -6,10 +6,6 @@
tasks
:
-
name
:
ping
ping
:
-
name
:
waiting ssh up
wait_for_connection
:
delay
:
15
timeout
:
300
#- name: Update MacOS
# script: files/update-macos.sh
#- name: reboot after update
...
...
@@ -17,28 +13,22 @@
# reboot_timeout: 3600
-
name
:
Install R and dependencies
script
:
files/install-r.sh
-
name
:
waiting ssh up
wait_for_connection
:
delay
:
15
timeout
:
300
async
:
2000
poll
:
30
-
name
:
Install R packages and dependencies
script
:
files/install-r-library.sh
-
name
:
waiting ssh up
wait_for_connection
:
delay
:
15
timeout
:
300
async
:
2700
poll
:
30
-
name
:
Install MacTex
script
:
files/install-mactex.sh
-
name
:
waiting ssh up
wait_for_connection
:
delay
:
15
timeout
:
300
async
:
1000
poll
:
30
-
name
:
Install Xquartz
script
:
files/install-xquartz.sh
-
name
:
waiting ssh up
wait_for_connection
:
delay
:
15
timeout
:
300
async
:
1000
poll
:
30
-
name
:
Install GitLab-Runner
script
:
files/install-gitlabrunner.sh
async
:
1000
poll
:
30
Write
Preview
Supports
Markdown
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