Skip to content

Commit

Permalink
ci: use foliage tags on ci-tasks COMPASS-7956 (#6168)
Browse files Browse the repository at this point in the history
* use mothra tags

* break some tests

* un-break some tests
  • Loading branch information
mabaasit authored Aug 30, 2024
1 parent 7e3e53b commit 7d3fc80
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ tasks:
- func: check

- name: test
tags: ['required-for-publish', 'run-on-pr']
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_creates_breaking_commit
commands:
- func: prepare
- func: install
Expand Down Expand Up @@ -434,8 +438,10 @@ tasks:
<% for(const group of E2E_TEST_GROUPS) { %>
- name: test-packaged-app-<%= group.number %>
tags:
- required-for-publish
- run-on-pr
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -460,7 +466,11 @@ tasks:
<% for (const browser of BROWSERS) { %>
<% for(const group of E2E_TEST_GROUPS) { %>
- name: test-web-sandbox-<%= browser %>-<%= group.number %>
tags: ['required-for-publish', 'run-on-pr']
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand Down
20 changes: 20 additions & 0 deletions .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_creates_breaking_commit
commands:
- func: prepare
- func: install
Expand Down Expand Up @@ -1482,6 +1484,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1505,6 +1509,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1528,6 +1534,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1551,6 +1559,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1572,6 +1582,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1593,6 +1605,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1614,6 +1628,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1635,6 +1651,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand All @@ -1656,6 +1674,8 @@ tasks:
tags:
- required-for-publish
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
commands:
- func: prepare
- func: install
Expand Down

0 comments on commit 7d3fc80

Please sign in to comment.