Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed Sep 6, 2024
1 parent 29a7e4b commit 93e2683
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions build/ci/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1863,8 +1863,19 @@ buildvariants:
<<: *go_linux_version
tasks:
- name: ".e2e .atlas .plugin"
- name: e2e_local_deployments_rhel9
display_name: "E2E Local Deployments Tests (rhel9/podman)"
- name: e2e_local_deployments_rhel90
display_name: "E2E Local Deployments Tests (rhel90/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
tags:
- localdev
run_on:
- rhel90-small
expansions:
<<: *go_linux_version
tasks:
- name: ".e2e .deployments .local"
- name: e2e_local_deployments_rhel91
display_name: "E2E Local Deployments Tests (rhel91/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
tags:
- localdev
Expand All @@ -1874,6 +1885,39 @@ buildvariants:
<<: *go_linux_version
tasks:
- name: ".e2e .deployments .local"
- name: e2e_local_deployments_rhel92
display_name: "E2E Local Deployments Tests (rhel92/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
tags:
- localdev
run_on:
- rhel92-small
expansions:
<<: *go_linux_version
tasks:
- name: ".e2e .deployments .local"
- name: e2e_local_deployments_rhel93
display_name: "E2E Local Deployments Tests (rhel93/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
tags:
- localdev
run_on:
- rhel93-small
expansions:
<<: *go_linux_version
tasks:
- name: ".e2e .deployments .local"
- name: e2e_local_deployments_rhel94
display_name: "E2E Local Deployments Tests (rhel94/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
tags:
- localdev
run_on:
- rhel94-small
expansions:
<<: *go_linux_version
tasks:
- name: ".e2e .deployments .local"
- name: e2e_local_deployments_rhel8
display_name: "E2E Local Deployments Tests (rhel8/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
Expand Down

0 comments on commit 93e2683

Please sign in to comment.