Skip to content

Commit

Permalink
Fix CentOS image sizes (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 authored Sep 17, 2019
1 parent ea18e7b commit f81009c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion release/preview/centos7/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
],
"SubImage": "test-deps",
"TestProperties": {
"size": 501
"size": 550
}
}
2 changes: 1 addition & 1 deletion release/preview/centos7/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test-deps"
],
"TestProperties": {
"size": 530
"size": 575
}
}
2 changes: 1 addition & 1 deletion release/stable/centos7/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
],
"SubImage": "test-deps",
"TestProperties": {
"size": 500
"size": 550
}
}
2 changes: 1 addition & 1 deletion release/stable/centos7/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test-deps"
],
"TestProperties": {
"size": 530
"size": 575
}
}
4 changes: 2 additions & 2 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
stable: false
preview: false
communityStable: true
continueonerror: false
continueonerror: true

- template: .vsts-ci/phase.yml
parameters:
Expand All @@ -129,7 +129,7 @@ jobs:
stable: false
preview: false
communityStable: true
continueonerror: false
continueonerror: true

- template: .vsts-ci/phase.yml
parameters:
Expand Down

0 comments on commit f81009c

Please sign in to comment.