Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 9aded5e

Browse files
author
tychoish
committed
ci: combine primer tests in small/fast group
1 parent c332bd9 commit 9aded5e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.mci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tasks:
3434
3535
giza test --project www-about --operation minimal
3636
giza test --project docs-ecosystem --operation minimal
37+
giza test --project mongodb-primer --operation minimal
3738
- name: "mms-docs-minimal-test"
3839
commands:
3940
- command: shell.exec
@@ -79,15 +80,6 @@ tasks:
7980
. ${venv}/activate
8081
8182
giza test --project mongodb-manual --operation minimal --branch v2.2
82-
- name: "primer-minimal-test"
83-
commands:
84-
- command: shell.exec
85-
params:
86-
working_dir: "docs-tools"
87-
script: |
88-
. ${venv}/activate
89-
90-
giza test --project mongodb-primer --operation minimal
9183
- name: "training-minimal-test" # disabled because of access limitations
9284
commands:
9385
- command: shell.exec
@@ -113,5 +105,4 @@ buildvariants:
113105
- name: "manual-minimal-test-v2.6"
114106
- name: "manual-minimal-test-v2.4"
115107
- name: "manual-minimal-test-v2.2"
116-
- name: "primer-minimal-test"
117108
# - name: "training-minimal-test"

0 commit comments

Comments
 (0)