From c64600525dde5314192d9cb6bbaecbe9dff7f458 Mon Sep 17 00:00:00 2001 From: Heitor Neiva Date: Tue, 22 Mar 2022 11:15:21 -0700 Subject: [PATCH] Bug 1760699 - Revert proxy settings on browsertime task --- taskcluster/ci/browsertime/kind.yml | 1 - taskcluster/requirements.in | 4 ++-- taskcluster/requirements.txt | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/taskcluster/ci/browsertime/kind.yml b/taskcluster/ci/browsertime/kind.yml index 191c38d36..3889b17dd 100644 --- a/taskcluster/ci/browsertime/kind.yml +++ b/taskcluster/ci/browsertime/kind.yml @@ -50,7 +50,6 @@ job-defaults: armeabi-v7a: t-bitbar-gw-perf-g5 arm64-v8a: t-bitbar-gw-perf-p2 worker: - taskcluster-proxy: true max-run-time: 3600 env: GECKO_HEAD_REPOSITORY: "https://hg.mozilla.org/mozilla-central" diff --git a/taskcluster/requirements.in b/taskcluster/requirements.in index 5ff4275e9..dacb7b95b 100644 --- a/taskcluster/requirements.in +++ b/taskcluster/requirements.in @@ -1,5 +1,5 @@ # For instructions on managing dependencies, see: # https://taskcluster-taskgraph.readthedocs.io/en/latest/howto/bootstrap-taskgraph.html -taskcluster-taskgraph>=1.3.0 -mozilla-version \ No newline at end of file +taskcluster-taskgraph>=1.3.1 +mozilla-version diff --git a/taskcluster/requirements.txt b/taskcluster/requirements.txt index 520caacf6..676cef2df 100644 --- a/taskcluster/requirements.txt +++ b/taskcluster/requirements.txt @@ -88,9 +88,9 @@ slugid==2.0.0 \ --hash=sha256:a950d98b72691178bdd4d6c52743c4a2aa039207cf7a97d71060a111ff9ba297 \ --hash=sha256:aec8b0e01c4ad32e38e12d609eab3ec912fd129aaf6b2ded0199b56a5f8fd67c # via taskcluster-taskgraph -taskcluster-taskgraph==1.3.0 \ - --hash=sha256:a1050f8a613e31fcd7bc4fed85e07e57baa5675a5a5719065caebada533eb8f5 \ - --hash=sha256:bd3c35d82296c323064c8b6e6d4a88ab186bcd872bdd930bfe734a0b2525a082 +taskcluster-taskgraph==1.3.1 \ + --hash=sha256:b9b13d131c7fa3396ef635c676684a34acf7594c40a94b6ee528ce469dbb9098 \ + --hash=sha256:ebfb635d4ffaf75b15bbe3219763996c0ae9b0800fbfee75617925e542b7787d # via -r requirements.in taskcluster-urls==13.0.1 \ --hash=sha256:5e25e7e6818e8877178b175ff43d2e6548afad72694aa125f404a7329ece0973 \