Skip to content

Commit

Permalink
config: adding ROSolution and Trinity teams
Browse files Browse the repository at this point in the history
  • Loading branch information
ptresende committed Nov 21, 2015
1 parent dd15f7d commit 7dd9531
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/passwords.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Pumas: LY1Eyhk5
SocRob: EKY3GZUe
Ursus: 9Y303emH
Watermelon: tDmOnKzw
ROSolution: O6HZs2Bo
Trinity: 2M0Vf5wZ

DefaultTeam: DefaultKey
DumpTeam: randomkey
Expand Down
18 changes: 18 additions & 0 deletions config/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 7dd9531

Please sign in to comment.