CDASH is deployed on the CI inria platform. For that you must have an login on ci inria.
Then go to the https://ci.inria.fr/project/faust/show to manage the CI:
In slave, you can add/modify the virtual Machine (linux mac, windows).
If you want to get more actions / information on slaves (add a disk, create a template, etc.), you can access CloudStack using the same credentials as the CI portal. The Domain must be ci/faust. CloudStack
https://sesi-cloud-ctl1.inria.fr/client/
https://ci.inria.fr/
connect to CI of inria:
https://ci.inria.fr/project/faust/ to manage your virtual machine.
This tool aims to launch automatically a shell-bash SCRIPT on a machine (local, or virtual ...) :
1- First at all, please chek out only the files presents in
2- Configure your personnal run shell "run_nightly_PLATFORM.sh" with corresponding export of library and PATH used.
2- Create and Configure your personnal run script (".sh" for Unix and ".bat" for Windows) "run_nightly_PLATFORM.sh" with corresponding configuration. (see existing run_nighlty_X.sh files for more informations)
3- configure the "crontab" tool for UNIX or shulder for windows
3- configure the "crontab" tool for UNIX or "shulder" tool for windows
crontab -e :
example :
# Run all day at 14h35 the nightly test and put results on CDASH
...
...
@@ -18,9 +44,10 @@ This tool aims to launch automatically a shell-bash SCRIPT :
il faut installer les drivers scsi via I added an extra hard drive to the VM but it is not detected by the OS
You may have a problem with the SCSI driver.
go to the device manager (Right click on My Computer -> Manage -> Device Manager)
select the SCSI controller
install the latest viostor driver from Redhad (https://fedoraproject.org/wiki/Windows_Virtio_Drivers#Direct_download). Be careful to select the right driver (windows version & architecture) or windows will crash very badly (do not even use automatic detection, select the driver manually from the right folder).