Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trivial change #680

Open
wants to merge 5 commits into
base: test-trigger
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions evergreen.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## this is a changes
ignore:
- "*.md" # don't schedule tests if a commit only changes markdown files
- "*.md" # don't schedule tests if a commit only changes markdown files!
stepback: true

include:
- filename: include1.yml


pre_error_fails_task: true
pre: &pre
- command: git.get_project
Expand All @@ -17,7 +12,7 @@ pre: &pre
containers:
- name: evg-container
working_dir: /
image: "hadjri/evg-container-self-tests"
image: "579766882180.dkr.ecr.us-east-2.amazonaws.com/evergreen/evg-e2e-test-ubuntu:94746024c00a64a5f5818aed197ab485fbc65e92"
resources:
cpu: 4096
memory_mb: 8192
Expand Down Expand Up @@ -256,12 +251,10 @@ tasks:
files:
- src/evergreen.json
- name: test_release
batchtime: 5
depends_on:
- name: unit_tests
variant: "*"
- name: test_release2
batchtime: 5
depends_on:
- name: test_release
commands:
Expand Down