diff options
| -rw-r--r-- | genenetwork-development.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 9ee6970..971fe9b 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -477,9 +477,17 @@ genenetwork3 source from the latest commit of @var{project}." (invoke #$sudo #$(file-append shepherd "/bin/herd") "restart" "gn-auth") + (invoke #$(file-append laminar "/bin/laminarc") ;; queue smoke tests + "queue" "gn-auth-smoke-tests") (invoke #$(file-append laminar "/bin/laminarc") "queue" "genenetwork2")))))) (forge-laminar-job + (name "gn-auth-smoke-tests") + (run (gn-integration-tests-gexp + config + (list "pytest" "-m" "gn_auth and smoke" "-v"))) + (trigger? #f)) + (forge-laminar-job (name "gn-auth-all-tests") (run (guix-channel-job-gexp (list (channel |
