Skip to content

Commit

Permalink
ci: combine primer tests in small/fast group
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Feb 26, 2015
1 parent c332bd9 commit 9aded5e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .mci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks:
giza test --project www-about --operation minimal
giza test --project docs-ecosystem --operation minimal
giza test --project mongodb-primer --operation minimal
- name: "mms-docs-minimal-test"
commands:
- command: shell.exec
Expand Down Expand Up @@ -79,15 +80,6 @@ tasks:
. ${venv}/activate
giza test --project mongodb-manual --operation minimal --branch v2.2
- name: "primer-minimal-test"
commands:
- command: shell.exec
params:
working_dir: "docs-tools"
script: |
. ${venv}/activate
giza test --project mongodb-primer --operation minimal
- name: "training-minimal-test" # disabled because of access limitations
commands:
- command: shell.exec
Expand All @@ -113,5 +105,4 @@ buildvariants:
- name: "manual-minimal-test-v2.6"
- name: "manual-minimal-test-v2.4"
- name: "manual-minimal-test-v2.2"
- name: "primer-minimal-test"
# - name: "training-minimal-test"

0 comments on commit 9aded5e

Please sign in to comment.