From 7dd95310c117a6321fd70c0cdf62f187f2193f2f Mon Sep 17 00:00:00 2001 From: ptresende Date: Sat, 21 Nov 2015 17:56:17 +0000 Subject: [PATCH] config: adding ROSolution and Trinity teams --- config/passwords.yaml | 2 ++ config/schedule.yaml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/config/passwords.yaml b/config/passwords.yaml index ecda956..3493d14 100644 --- a/config/passwords.yaml +++ b/config/passwords.yaml @@ -6,6 +6,8 @@ Pumas: LY1Eyhk5 SocRob: EKY3GZUe Ursus: 9Y303emH Watermelon: tDmOnKzw +ROSolution: O6HZs2Bo +Trinity: 2M0Vf5wZ DefaultTeam: DefaultKey DumpTeam: randomkey diff --git a/config/schedule.yaml b/config/schedule.yaml index 69d2bb7..a647b12 100644 --- a/config/schedule.yaml +++ b/config/schedule.yaml @@ -81,3 +81,21 @@ - { benchmark: HOPF, round: 1, run: 1, scheduled_time: 2015-12-31 00:03:00, team: Watermelon } - { benchmark: HNF, round: 1, run: 1, scheduled_time: 2015-12-31 00:04:00, team: Watermelon } - { benchmark: HSUF, round: 1, run: 1, scheduled_time: 2015-12-31 00:05:00, team: ALL } + +- zone: Testing ROSolution + schedule: + - { benchmark: HGTKMH, round: 1, run: 1, scheduled_time: 2015-12-31 00:00:00, team: ROSolution } + - { benchmark: HWV, round: 1, run: 1, scheduled_time: 2015-12-31 00:01:00, team: ROSolution } + - { benchmark: HCFGAC, round: 1, run: 1, scheduled_time: 2015-12-31 00:02:00, team: ROSolution } + - { benchmark: HOPF, round: 1, run: 1, scheduled_time: 2015-12-31 00:03:00, team: ROSolution } + - { benchmark: HNF, round: 1, run: 1, scheduled_time: 2015-12-31 00:04:00, team: ROSolution } + - { benchmark: HSUF, round: 1, run: 1, scheduled_time: 2015-12-31 00:05:00, team: ALL } + +- zone: Testing Trinity + schedule: + - { benchmark: HGTKMH, round: 1, run: 1, scheduled_time: 2015-12-31 00:00:00, team: Trinity } + - { benchmark: HWV, round: 1, run: 1, scheduled_time: 2015-12-31 00:01:00, team: Trinity } + - { benchmark: HCFGAC, round: 1, run: 1, scheduled_time: 2015-12-31 00:02:00, team: Trinity } + - { benchmark: HOPF, round: 1, run: 1, scheduled_time: 2015-12-31 00:03:00, team: Trinity } + - { benchmark: HNF, round: 1, run: 1, scheduled_time: 2015-12-31 00:04:00, team: Trinity } + - { benchmark: HSUF, round: 1, run: 1, scheduled_time: 2015-12-31 00:05:00, team: ALL }