Skip to content

Commit 3905c60

Browse files
committed
DO NOT LAND: Run cron tasks on push for testing
1 parent 476ae4c commit 3905c60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

taskcluster/kinds/bitrise-performance/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ transforms:
1212
tasks:
1313
tests:
1414
description: Run Performance Tests on iOS Simulator in Bitrise
15-
run-on-tasks-for: []
15+
run-on-tasks-for: [github-push]
1616
treeherder:
1717
symbol: bitrise-perf
1818
kind: test

taskcluster/kinds/build/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tasks:
1414
description: Generate build instrumented for screenshots, including en-US pictures
1515
attributes:
1616
chunk_locales: ["en-US"]
17-
run-on-tasks-for: []
17+
run-on-tasks-for: [github-push]
1818
treeherder:
1919
symbol: B(screenshots)
2020
kind: build

taskcluster/kinds/firebase-performance/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ transforms:
1212
tasks:
1313
tests:
1414
description: Run Performance Tests on Physical Devices in Firebase
15-
run-on-tasks-for: []
15+
run-on-tasks-for: [github-push]
1616
treeherder:
1717
symbol: firebase-perf
1818
kind: test

taskcluster/kinds/generate-screenshots/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ task-defaults:
2828
build: build-screenshots
2929
index:
3030
type: l10n-screenshots
31-
run-on-tasks-for: []
31+
run-on-tasks-for: [github-push]

0 commit comments

Comments
 (0)