mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
19 lines
No EOL
533 B
JSON
19 lines
No EOL
533 B
JSON
{
|
|
"builders": [
|
|
{"type": "lock", "name": "build0"},
|
|
{"type": "parallel-test", "name": "build1"},
|
|
{"type": "parallel-test", "name": "build2"},
|
|
{"type": "file", "name": "timeout-build", "target": "roses.txt"},
|
|
{"type": "parallel-test", "name": "build4"},
|
|
{"type": "parallel-test", "name": "build5"}
|
|
],
|
|
"provisioners": [
|
|
{
|
|
"only": ["timeout-build"],
|
|
"type": "sleep",
|
|
"duration": "2m",
|
|
|
|
"timeout": "1ns"
|
|
}
|
|
]
|
|
} |