summaryrefslogtreecommitdiff
path: root/etc/evergreen_yml_components/definitions.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen_yml_components/definitions.yml')
-rw-r--r--etc/evergreen_yml_components/definitions.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index f06c6213a50..bfb8e1edc9f 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -7017,42 +7017,6 @@ tasks:
args:
- "./src/evergreen/packages_publish.sh"
-- name: publish_packages_test
- run_on: rhel80-small
- tags: ["publish_test"]
- # This should prevent this task from running in patch builds, where we
- # don't want to publish packages.
- patchable: false
- stepback: false
- # Same dependencies as "push" below
- depends_on:
- - name: package
- - name: jsCore
- - name: run_dbtest
- - name: replica_sets_jscore_passthrough
- commands:
- - command: manifest.load
- - func: "git get project and add git tag"
- - func: "get and apply version expansions"
- - func: "f_expansions_write"
- - func: "kill processes"
- - func: "cleanup environment"
- - func: "set up venv"
- - func: "fetch packages"
- - func: "generate compile expansions"
- - func: "apply compile expansions"
- - func: "set up remote credentials"
- vars:
- aws_key_remote: ${repo_aws_key}
- aws_secret_remote: ${repo_aws_secret}
- - func: "set up notary client credentials"
- - *f_expansions_write
- - command: subprocess.exec
- params:
- binary: bash
- args:
- - "./src/evergreen/packages_publish_test.sh"
-
- name: push
run_on: rhel80-small
tags: ["publish"]