You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,8 @@ provisioner:
105
105
downloadURL: <DOWNLOAD_URL> # defaults to GitLab official S3 bucket
106
106
tomlPath: <PATH_TO_TOML> # defaults to `nil`. If set, it ignores the other runner related variables and passes the specified path to the runner executable
107
107
consoleDevices:
108
-
- tart-version-cilicon
108
+
- tart-version-2
109
+
sshConnectMaxRetries: <SSH_CONNECT_MAX_RETRIES> # defaults to 10
109
110
```
110
111
111
112
#### Buildkite Agent
@@ -142,7 +143,16 @@ To add console devices, use the `consoleDevices` field in your configuration:
142
143
143
144
```yml
144
145
consoleDevices:
145
-
- tart-version-cilicon
146
+
- tart-version-2
147
+
```
148
+
149
+
#### SSH Connect Retries
150
+
After the VM starts, Cilicon connects to the guest over SSH to run any preRun/postRun commands and the provisioner. Some images may take a while before the SSH service is ready. Use `sshConnectMaxRetries` to control how many connection attempts Cilicon will make before giving up (default: 10).
0 commit comments