From 43c31fad3fb2d0265e797185d24041fbdfd60844 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Tue, 30 Jun 2020 10:38:13 -0400 Subject: [PATCH] Issue #2995: Disable bitbar in master --- taskcluster/ci/build/kind.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/taskcluster/ci/build/kind.yml b/taskcluster/ci/build/kind.yml index a83951f96b..129499d230 100644 --- a/taskcluster/ci/build/kind.yml +++ b/taskcluster/ci/build/kind.yml @@ -46,9 +46,10 @@ jobs: master: run: gradlew: ["-PisPullRequest", "clean", "assembleSystem", "assembleAndroidTest", "lint", "checkstyle", "ktlint", "pmd", "detekt", "test"] - post-gradlew: - - ["python", "./tools/taskcluster/get-bitbar-token.py"] - - ["python", "./tools/taskcluster/execute-bitbar-test.py", "system/debug", "app-system-debug"] + # Disabling bitbar until the bug is resolved: https://github.com/mozilla-mobile/firefox-tv/issues/2995 + # post-gradlew: + #- ["python", "./tools/taskcluster/get-bitbar-token.py"] + #- ["python", "./tools/taskcluster/execute-bitbar-test.py", "system/debug", "app-system-debug"] run-on-tasks-for: [github-push] release: