From 8d64bcb59bc20faaa590e1a5ed2c99edec4e45a2 Mon Sep 17 00:00:00 2001 From: "sergey.galtsev" Date: Tue, 17 May 2022 13:22:57 -0700 Subject: SERVER-66488 Update selinux tests to use shell from archive_dist_test (cherry picked from commit 08e5f964cdb3fd71f7e7d1691797c4ece29ea1d8) --- etc/evergreen_yml_components/definitions.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'etc/evergreen_yml_components') diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index 4a84342dfb6..5d643cd16fb 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -6159,6 +6159,7 @@ tasks: - name: selinux_rhel8_org tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6166,6 +6167,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 @@ -6174,6 +6177,7 @@ tasks: - name: selinux_rhel8_enterprise tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6181,6 +6185,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 @@ -6189,6 +6195,7 @@ tasks: - name: selinux_rhel7_org tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6196,6 +6203,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 @@ -6205,6 +6214,7 @@ tasks: - name: selinux_rhel7_enterprise tags: [] depends_on: + - name: archive_dist_test - name: package commands: - command: manifest.load @@ -6212,6 +6222,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 -- cgit v1.2.1