We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc2ec2 commit c51782aCopy full SHA for c51782a
.evergreen-functions.yml
@@ -725,6 +725,7 @@ functions:
725
make test-race
726
- command: gotest.parse_files
727
params:
728
+ files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]
729
730
test_helm_unit:
731
- command: shell.exec
@@ -735,7 +736,6 @@ functions:
735
736
script: |
737
source .generated/context.export.env
738
make helm-tests
- files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]
739
740
test_python_unit:
741
0 commit comments