Skip to content

Commit 03a61d9

Browse files
committed
[misc] Add 8-way readout workflow to example configuration
1 parent b1462c7 commit 03a61d9

1 file changed

Lines changed: 41 additions & 5 deletions

File tree

hacking/config.yaml

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,23 +1034,59 @@ o2:
10341034
task:
10351035
load: readout
10361036

1037-
readout-2:
1038-
name: "readout-2-root"
1037+
readout-8:
1038+
name: "readout-8-root"
10391039
roles:
10401040
- name: "readout-role-0"
10411041
constraints:
10421042
- attribute: machine_id
1043-
value: lab108
1043+
value: aido2-bld4-lab101
10441044
task:
10451045
load: readout
10461046
- name: "readout-role-1"
10471047
constraints:
10481048
- attribute: machine_id
1049-
value: lab107
1049+
value: aido2-bld4-lab102
1050+
task:
1051+
load: readout
1052+
- name: "readout-role-2"
1053+
constraints:
1054+
- attribute: machine_id
1055+
value: aido2-bld4-lab103
1056+
task:
1057+
load: readout
1058+
- name: "readout-role-3"
1059+
constraints:
1060+
- attribute: machine_id
1061+
value: aido2-bld4-lab104
1062+
task:
1063+
load: readout
1064+
- name: "readout-role-4"
1065+
constraints:
1066+
- attribute: machine_id
1067+
value: aido2-bld4-lab105
1068+
task:
1069+
load: readout
1070+
- name: "readout-role-5"
1071+
constraints:
1072+
- attribute: machine_id
1073+
value: aido2-bld4-lab106
1074+
task:
1075+
load: readout
1076+
- name: "readout-role-6"
1077+
constraints:
1078+
- attribute: machine_id
1079+
value: aido2-bld4-lab107
1080+
task:
1081+
load: readout
1082+
- name: "readout-role-7"
1083+
constraints:
1084+
- attribute: machine_id
1085+
value: aido2-bld4-lab108
10501086
task:
10511087
load: readout
10521088

1053-
readout-n: # TODO: make this use variables, we currently assume n=8
1089+
readout-n: # FIXME: needs variables support in constraints
10541090
name: "readout-n-root"
10551091
roles:
10561092
- name: "readout-role-{{ .it }}"

0 commit comments

Comments
 (0)