1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | {
"command": ["$HOME/juju-ci-tools/run-deploy-job-remote.bash",
"2910",
"gz-test-wr-vivid",
"deploy",
"trusty",
"test-release-aws",
"30m",
"--debug"
],
"install": {},
"artifacts": {"artifacts": [
"artifacts/machine*/*log*",
"artifacts/*.jenv"
]},
"bucket": "juju-qa-data"
}
|