rex/sample/units/new.units

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-02-15 23:44:21 +00:00
{
"units": [
{
"name": "independent test 1",
"target": "components/independent_test_1.bash --ls -s --arg",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "echo rectifier executed",
"active": true,
"required": true,
"set_user_context": true,
2024-02-07 06:42:30 +00:00
"user": "$USER",
"group": "$USER",
2023-02-15 23:44:21 +00:00
"supply_environment": true,
"environment": "environments/rex.variables"
2024-02-10 21:44:21 +00:00
},
{
"name": "independent test 2",
"target": "components/independent_test_1.bash --ls -s --arg",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "echo rectifier executed",
"active": true,
"required": true,
"set_user_context": true,
"user": "$USER",
"group": "$USER",
"supply_environment": true,
"environment": "environments/rex.variables"
2023-02-15 23:44:21 +00:00
}
]
}