Skip to content

Commit

Permalink
Update jobConfiguration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmolodec authored Apr 17, 2024
1 parent 1667f5d commit 7917ee1
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions jobConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,20 @@
"initSteps": true,
"syntaxCheck": true,
"smoke": true,
"sonarqube": true,
"telegram": true
},
"timeout": {
"smoke": 300,
"bdd": 180,
"createInfoBase": 120,
"designerToEdtFormatTransformation": 120,
"edtToDesignerFormatTransformation": 120,
"edtValidate": 300,
"initInfoBase": 120,
"resultTransformation": 60,
"sonarqube": 150,
"syntaxCheck": 300,
"zipInfoBase": 120
"yaxunit": true,
"telegram": true,
"bdd": true
},
"sourceFormat": "designer",
"srcDir": "src",
"resultsTransform": {
"removeSupport": false
},
"sonarqube": {
"waitForQualityGate": true
},
"srcDir": "src/cf",
"initInfobase": {
"initMethod": "fromSource"
"initMethod": "fromSource",
"extensions": [
{
"name": "YAXUnit",
"initMethod": "fromSource",
"path": "src/cfe/YAXUnit"
}
},
"notifications": {
"telegram": {
Expand Down

0 comments on commit 7917ee1

Please sign in to comment.