Commit Graph

52 Commits (b49dc35cf69f480d8c4d73ec246c66fc910c848d)

Author SHA1 Message Date
Sebastien Bourdeauducq b49dc35cf6 remove unnecessary 'src = null' in mkDerivation 2019-04-24 11:28:14 +08:00
Sebastien Bourdeauducq 89c8d2c277 windows/default.nix -> manual-test-run.nix 2019-04-24 11:23:33 +08:00
Sebastien Bourdeauducq 960479de88 do not set ARTIQ_LOW_LATENCY on Windows
QEMU user networking + socat isn't low-latency.
2019-04-24 11:21:06 +08:00
Astro 126aff5f5d replace dummy src paths with null 2019-04-23 23:57:25 +02:00
Astro 333ac1476a windows tests: configure an ssh UserKnownHostsFile 2019-04-23 22:40:19 +02:00
Astro d268883ca2 windows: avoid ~/.ssh error messages (attempt 2) 2019-04-23 22:33:06 +02:00
Astro 5d7889357a windows tests: use socat for forwardedPorts 2019-04-23 21:15:17 +02:00
Astro 772788a183 windows tests: add missing shebang 2019-04-22 19:00:31 +02:00
Astro acedcf96bb windows tests: fix windowsRunner overrides in default.nix 2019-04-22 19:00:31 +02:00
Astro 588f8fa594 windows tests: exit 0 on success, fix $FAIL escaping 2019-04-22 01:14:17 +02:00
Astro fd8215b774 windows tests: doc 2019-04-22 00:08:36 +02:00
Astro 35ddb4f5cf windows tests: fix $FAIL escaping 2019-04-21 22:21:18 +02:00
Astro e959334704 windows tests: fix generated shell syntax 2019-04-20 01:50:55 +02:00
Astro 90ad4cc31c windows tests: update instructions 2019-04-20 01:18:06 +02:00
Astro 287fb4a28b windows tests: capture failure, shutdown vm cleanly 2019-04-20 01:17:39 +02:00
Astro 9165f72122 windows tests: increase testTimeout to 10 minutes 2019-04-18 18:42:03 +02:00
Astro e3b46e9f74 windows tests: set -e and wait for bg job 2019-04-18 18:15:05 +02:00
Sebastien Bourdeauducq 95a2a5ad98 windows: avoid ~/.ssh error messages 2019-04-18 23:40:58 +08:00
Sebastien Bourdeauducq ba38143d9a qemu: cleanup UserKnownHostsFile 2019-04-18 23:40:58 +08:00
Astro e5125a85e8 windows tests: forward ports 2019-04-18 17:34:50 +02:00
Astro 6f57d607ce windows tests: split networked-installer.sh into windows-installer.sh+anaconda-installer.sh 2019-04-18 16:43:25 +02:00
Astro 481bedb44c windows tests: fix qemu path 2019-04-18 15:55:02 +02:00
Astro d7917b4b5b windows tests: rename default.nix to run-test.nix
default.nix will now run the tests outside of hydra.
2019-04-18 15:54:30 +02:00
Sebastien Bourdeauducq 196c24b24f windows: remove qemu -> qemu_kvm indirection 2019-04-18 15:19:42 +08:00
Sebastien Bourdeauducq b37b0ec50f windows: fix qemu inputs propagation 2019-04-18 15:08:17 +08:00
Sebastien Bourdeauducq 8e10afac96 windows: fix nix escaping and conda env name 2019-04-18 14:51:18 +08:00
Astro d537a96207 windows tests: produce a test script to embed into main.nix 2019-04-18 14:50:07 +08:00
Astro 005abc393d windows tests: switch condaEnv to "artiq"
this is what install-artiq.py uses.
2019-04-18 14:50:07 +08:00
Astro 38589b04c1 windows tests: run qemu with/without isolateNetwork 2019-04-18 14:50:07 +08:00
Astro 138f5d3b8f windows tests: bump testTimeout=180, diskImageSize=22G 2019-04-18 14:50:07 +08:00
Astro 858b3de2e4 windows tests: run tests for standalone and kc705_nist_clock 2019-04-18 14:50:07 +08:00
Astro f3fca76dd6 windows tests: convert test script into fixed-output derivation 2019-04-18 14:50:07 +08:00
Astro ac89dfeb70 windows tests: get latest anaconda version working 2019-04-18 14:50:07 +08:00
Astro b4b0ad7a22 windows tests: move qemu/ssh utils into a shared file 2019-04-18 14:50:07 +08:00
Astro 3b8c85a70a windows tests: move install.txt into separate file 2019-04-18 14:50:07 +08:00
Astro aa0ab8cb90 windows tests: install with activated conda env 2019-04-18 14:50:07 +08:00
Astro 343f11b73b move list of conda dependencies to artiq/conda-artiq-deps.nix 2019-04-18 14:50:07 +08:00
Astro 2afaa9ddd3 windows tests: update *, install full dependency list in install.nix 2019-04-18 14:50:07 +08:00
Astro a0aa821dea windows tests: run for only conda-artiq
Reverts b660ad6, addresses b660ad6723 (commitcomment-33133559)
2019-04-18 14:50:07 +08:00
Astro ab9691a01d windows tests: revamp conda env, add asyncserial dependency 2019-04-18 14:50:07 +08:00
Astro b5027f353b windows tests: add llvmlite-artiq dependency 2019-04-18 14:50:07 +08:00
Astro 315688cd74 windows tests: revamp conda env 2019-04-18 14:50:07 +08:00
Astro dadb1a0b2e windows tests: make paths more explicit 2019-04-18 14:50:07 +08:00
Astro 4ec5ccb5fd windows tests: fix escaping, tmpdir in install 2019-04-18 14:50:07 +08:00
Astro 5a2b863eb8 windows tests: move to checkPhase 2019-04-18 14:50:07 +08:00
Astro 688bc38973 windows tests: restrict qemu network 2019-04-18 14:50:07 +08:00
Astro b79576247f windows tests: run for all artiq conda pkgs 2019-04-18 14:50:07 +08:00
Astro 937a27dd48 windows tests: doc 2019-04-18 14:50:07 +08:00
Astro f6441df090 windows tests: 120s timeout 2019-04-18 14:50:07 +08:00
Astro 9deb04cda7 windows tests: fake qemu rtc 2019-04-18 14:50:07 +08:00