Merge branch 'master' of https://github.com/Azure/BatchLabs-data
This commit is contained in:
Коммит
9bb8677ec4
|
@ -125,13 +125,6 @@
|
|||
"description": "Index of the last frame to render"
|
||||
}
|
||||
},
|
||||
"frameStep": {
|
||||
"type": "int",
|
||||
"defaultValue": 1,
|
||||
"metadata": {
|
||||
"description": "Incremental step in frame sequeunce"
|
||||
}
|
||||
},
|
||||
"frameWidth": {
|
||||
"type": "int",
|
||||
"defaultValue": 1600,
|
||||
|
@ -178,7 +171,7 @@
|
|||
{
|
||||
"start": "[parameters('frameStart')]",
|
||||
"end": "[parameters('frameEnd')]",
|
||||
"step": "[parameters('frameStep')]"
|
||||
"step": 1
|
||||
}
|
||||
],
|
||||
"repeatTask": {
|
||||
|
|
|
@ -132,13 +132,6 @@
|
|||
"description": "Index of the last frame to render"
|
||||
}
|
||||
},
|
||||
"frameStep": {
|
||||
"type": "int",
|
||||
"defaultValue": 1,
|
||||
"metadata": {
|
||||
"description": "Incremental step in frame sequeunce"
|
||||
}
|
||||
},
|
||||
"frameWidth": {
|
||||
"type": "int",
|
||||
"defaultValue": 1600,
|
||||
|
|
|
@ -53,13 +53,6 @@
|
|||
"metadata": {
|
||||
"description": "Index of the last frame to render"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"description": "The file group where outputs test will be stored",
|
||||
"advancedType": "file-group"
|
||||
}
|
||||
}
|
||||
},
|
||||
"job": {
|
||||
|
@ -116,7 +109,7 @@
|
|||
"displayName": "Frame {0}",
|
||||
"userIdentity": {
|
||||
"autoUser": {
|
||||
"scope": "task",
|
||||
"scope": "pool",
|
||||
"elevationLevel": "admin"
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче