diff options
author | sergey.galtsev <sergey.galtsev@mongodb.com> | 2022-05-17 13:22:57 -0700 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-05-18 19:33:29 +0000 |
commit | 0fdf27b6bb98760750ba41b0c246e04d395f3f2b (patch) | |
tree | 5b56aba7f47734e60a93ec7ab8e13b35c7c29d93 /etc | |
parent | 0edcbe9786a9ada4dd98bf158c9f5c31e9354612 (diff) | |
download | mongo-0fdf27b6bb98760750ba41b0c246e04d395f3f2b.tar.gz |
SERVER-66488 Update selinux tests to use shell from archive_dist_test
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index 90e27290f8a..565ba1d57b6 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -6127,6 +6127,7 @@ tasks: - name: selinux_rhel8_org tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6134,6 +6135,8 @@ tasks: - *f_expansions_write - func: "set up venv" - func: "fetch packages" + - func: "fetch binaries" + - func: "extract binaries" - func: "run selinux tests" vars: distro: rhel80-selinux @@ -6142,6 +6145,7 @@ tasks: - name: selinux_rhel8_enterprise tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6149,6 +6153,8 @@ tasks: - *f_expansions_write - func: "set up venv" - func: "fetch packages" + - func: "fetch binaries" + - func: "extract binaries" - func: "run selinux tests" vars: distro: rhel80-selinux @@ -6157,6 +6163,7 @@ tasks: - name: selinux_rhel7_org tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6164,6 +6171,8 @@ tasks: - *f_expansions_write - func: "set up venv" - func: "fetch packages" + - func: "fetch binaries" + - func: "extract binaries" - func: "run selinux tests" vars: user: root @@ -6173,6 +6182,7 @@ tasks: - name: selinux_rhel7_enterprise tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6180,6 +6190,8 @@ tasks: - *f_expansions_write - func: "set up venv" - func: "fetch packages" + - func: "fetch binaries" + - func: "extract binaries" - func: "run selinux tests" vars: user: root |