Skip to content

Commit

Permalink
Replace buildnumber in snitcher with build id (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancaantochi authored Jan 18, 2019
1 parent 3484b9b commit 1fe00e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_deployment_files/long_haul_deployment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"restartPolicy": "always",
"env": {
"BUILD_ID": {
"value": "<Build.BuildNumber>"
"value": "<Snitch.BuildId>"
},
"TEST_DURATION_IN_SECS": {
"value": "<Snitch.TestDurationInSecs>"
Expand Down
2 changes: 1 addition & 1 deletion e2e_deployment_files/stress_deployment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"restartPolicy": "always",
"env": {
"BUILD_ID": {
"value": "<Build.BuildNumber>"
"value": "<Snitch.BuildId>"
},
"TEST_DURATION_IN_SECS": {
"value": "<Snitch.TestDurationInSecs>"
Expand Down

0 comments on commit 1fe00e8

Please sign in to comment.