Skip to content

Commit 27640f9

Browse files
authored
make sure backup csv doesn't run automatically (#249)
# Summary ### Build variant adjustments: * Removed the `backup_csv_images` build variant from the general `buildvariants` section, including its tasks and tags. * Re-added the `backup_csv_images` build variant under the `manual patch only` section, specifying `allowed_requesters` as `"patch"` and retaining the same tasks and `run_on` configuration. -> this makes sure it only runs if manually triggered ## Proof of Work - after master merge this shouldn't show in waterfall ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you checked for release_note changes? ## Reminder (Please remove this when merging) - Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible - Our Short Guide for PRs: [Link](https://docs.google.com/document/d/1T93KUtdvONq43vfTfUt8l92uo4e4SEEvFbIEKOxGr44/edit?tab=t.0) - Remember the following Communication Standards - use comment prefixes for clarity: * **blocking**: Must be addressed before approval. * **follow-up**: Can be addressed in a later PR or ticket. * **q**: Clarifying question. * **nit**: Non-blocking suggestions. * **note**: Side-note, non-actionable. Example: Praise * --> no prefix is considered a question
1 parent 6f986ef commit 27640f9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.evergreen.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,18 +1246,6 @@ task_groups:
12461246
<<: *teardown_group
12471247

12481248
buildvariants:
1249-
1250-
## Backup CSV Images Variant
1251-
- name: backup_csv_images
1252-
display_name: "Backup CSV Images"
1253-
tags: [ "release_csv_backup" ]
1254-
run_on:
1255-
- ubuntu2204-small
1256-
tasks:
1257-
- name: backup_csv_images_dry_run
1258-
- name: backup_csv_images_limit_3
1259-
- name: backup_csv_images_all
1260-
12611249
## Unit tests + lint build variant
12621250

12631251
- name: unit_tests
@@ -1932,6 +1920,16 @@ buildvariants:
19321920

19331921
### Build variants for manual patch only
19341922

1923+
- name: backup_csv_images
1924+
display_name: "Backup CSV Images"
1925+
allowed_requesters: [ "patch" ]
1926+
run_on:
1927+
- ubuntu2204-small
1928+
tasks:
1929+
- name: backup_csv_images_dry_run
1930+
- name: backup_csv_images_limit_3
1931+
- name: backup_csv_images_all
1932+
19351933
- name: publish_om60_images
19361934
display_name: publish_om60_images
19371935
allowed_requesters: [ "patch", "github_pr" ]

0 commit comments

Comments
 (0)