187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
arm hosts: cubian
[archive]
# use machines of these flavor
useflavors plain
targsize 2G
[archive-disks]
# Archives will be organised under these paths like this:
# <testsuite>/<creationdate>
# Within the archive the data is structured like this:
# <target>/<runname>/<test>/
disk0 /mfs/archives
|
>
>
>
|
|
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
|
arm hosts: cubian
[archive]
# use machines of these flavor
useflavors plain
targsize 2G
# minimum space required on an archive disk before allowing archiving to start (MB)
minspace 10
[archive-disks]
# Archives will be organised under these paths like this:
# <testsuite>/<creationdate>
# Within the archive the data is structured like this:
# <target>/<runname>/<test>/
disk0 /tmp/#{getenv USER}/adisk1
|