diff --git a/evergreen.yml b/evergreen.yml index ede186e3..46dc879f 100644 --- a/evergreen.yml +++ b/evergreen.yml @@ -9,16 +9,21 @@ pre: &pre directory: src - func: create virtualenv -containers: - - name: evg-container - working_dir: / - image: "hadjri/evg-container-self-tests" - resources: - cpu: 4096 - memory_mb: 8192 - system: - cpu_architecture: x86_64 - operating_system: linux +patch_aliases: + - alias: "chaya-tag-from-yaml" + variant_tags: ["commit-queue-variant"] + task: ".*" + +# containers: +# - name: evg-container +# working_dir: / +# image: "hadjri/evg-container-self-tests" +# resources: +# cpu: 4096 +# memory_mb: 8192 +# system: +# cpu_architecture: x86_64 +# operating_system: linux buildvariants: - name: ubuntu2004-container