diff options
| author | Frederick Muriuki Muriithi | 2026-06-08 12:43:38 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-06-08 15:11:10 -0500 |
| commit | 44faec5dbbd6c1d3a0cee9d1ad54ef1552e91d2a (patch) | |
| tree | a1d1000243c1be3b45162b2b046c515f52d71668 | |
| parent | af47b13a49c31872457e7a8210925e3b808d7e8e (diff) | |
| download | gn-machines-add-integration-tests-to-cd.tar.gz | |
Queue gn-auth smoke tests after gn-auth is restarted. add-integration-tests-to-cd
| -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 |
