|
|
@@ -45,7 +45,8 @@ spring:
|
|
|
chronos:
|
|
|
memory: 2048
|
|
|
cpu: 0.5
|
|
|
-# constraints: rack,EQUALS,rack-1
|
|
|
+ # apply monthly constraints here
|
|
|
+ constraints:
|
|
|
task:
|
|
|
initialize:
|
|
|
enable: false
|
|
|
@@ -77,12 +78,7 @@ logging:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: monthlyPrelimStlValidation
|
|
|
- cloud:
|
|
|
- deployer:
|
|
|
- mesos:
|
|
|
- chronos:
|
|
|
- memory: 1024
|
|
|
- cpu: 0.5
|
|
|
- constraints: rack,EQUALS,rack-1
|
|
|
+ profiles: dailyStlValidation
|
|
|
+ #test constraints only
|
|
|
+ cloud.deployer.mesos.chronos.constraints: rack,EQUALS,rack-1
|
|
|
---
|