Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
Description
Repro
1. Run the following commands:
git clone https://github.com/10gen/mms
|
|
cd mms
|
|
# Reproducible at this SHA, using the current evg cli (2020-04-15)
|
git checkout c27242a8800c7a560576d4b43e616480cdcb9496
|
|
#Delete this line https://github.com/10gen/mms/blob/d41fcb4fac5534d2b0146d7bbc91586432a41033/.evergreen.yml#L272
|
|
# Validate
|
evergreen validate ../.evergreen.yml
|
|
WARNING: yaml: unmarshal errors:
|
line 2866: field status not found in struct model.copyType
|
...
|
Context
It looks like the status field should exist:
(it also appear in the EVG wiki)
and in this test
https://github.com/evergreen-ci/evergreen/blob/e7afea271efe1673e5f6f16fa83f38cbd436f526/model/project_parser_test.go#L55