Skip to content

Commit

Permalink
Disable recurring triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
theopnv committed May 13, 2024
1 parent e8ddf79 commit 8045d20
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 49 deletions.
4 changes: 0 additions & 4 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ graphics_repo_nightly_trunk:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
TEST_FILTER: .*
UTR_VERSION: "current"
triggers:
recurring:
- branch: 2023.2/staging
frequency: 23 ? * 7 # At 11pm every Saturday
dependencies:
- path: .yamato/_templates.yml#all_template_ci_trunk
rerun: on_new_revision
Expand Down
35 changes: 0 additions & 35 deletions .yamato/_editor_pinning.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .yamato/config/__shared.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ editors: # applied for all yml files
rerun_strategy: on_new_revision
ono_branch_var: ONO_BRANCH_TRUNK
editor_pinning:
enabled: True
enabled: False
nr_commits_to_retrieve: 1
allow_triggers: True
allow_triggers: False
variables:
CACHE_ARGS: '{{cache.flags}}'
- track: CUSTOM-REVISION
Expand Down
4 changes: 0 additions & 4 deletions .yamato/config/_editor.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ editor_pinning_config:
- git clone git@github.cds.internal.unity3d.com:unity/gfx-sdet-tools.git
- cd gfx-sdet-tools && git rev-parse HEAD
- python3 gfx-sdet-tools/scripts/update_revisions.py --track trunk --unity-branch $ONO_BRANCH_TRUNK --api-key $CDS_GITHUB_SERVICE_TOKEN --commit-and-push --nr-commits-to-retrieve 1 --vcs git
triggers:
recurring:
- branch: 2023.2/staging
frequency: 21 ? * 7 # At 9pm every Saturday - must happen before the ABV (abv.metafile). 2hrs before is arbitrary
5 changes: 1 addition & 4 deletions .yamato/config/abv.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ jobs:
dependencies:
- .yamato/_templates.yml#all_template_ci_<TRACK>
- .yamato/all-urp_template.yml#URP_Template_<TRACK>
triggers:
recurring:
- branch: 2023.2/staging
frequency: 23 ? * 7 # At 11pm every Saturday

0 comments on commit 8045d20

Please sign in to comment.