From 961d49387ab50b44a92df9371ea7b0eae844d9cc Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 2 Oct 2019 22:23:22 +0000 Subject: [PATCH] Bug 1444948 [wpt PR 9977] - Remove the rest of Sauce support for stability runs (including JWT), a=testonly Automatic update from web-platform-testsRemove the rest of Sauce support for stability runs (including JWT) (#9977) Fixes https://github.com/w3c/web-platform-tests/issues/9903. wpt-commits: 18ce941a0840daaa8a17fbe54449c6acc092b442 wpt-pr: 9977 wpt-commits: 18ce941a0840daaa8a17fbe54449c6acc092b442 wpt-pr: 9977 UltraBlame original commit: 3582e94198299a6c64414d17a79d9b6343fd1849 --- testing/web-platform/meta/MANIFEST.json | 2 +- testing/web-platform/tests/.travis.yml | 14 -- .../tests/tools/ci/check_stability.py | 178 ------------------ 3 files changed, 1 insertion(+), 193 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 7789000cd1914..3a469efbec69e 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -2536413,7 +2536413,7 @@ yml : [ " -916102006e70f31e4739438a8b2f86bf068642fc +db5838d29eefceadbb7f088f7de75d765dbaa58c " " support diff --git a/testing/web-platform/tests/.travis.yml b/testing/web-platform/tests/.travis.yml index ea7fc78b6169f..de08bab36ea06 100644 --- a/testing/web-platform/tests/.travis.yml +++ b/testing/web-platform/tests/.travis.yml @@ -71,20 +71,6 @@ web platform . test -jwt -: -secure -: -N9lvgkqUPtFlz6Vpa6qTPFhymEsDCsbaCsT64 -/ -hj3vlHRxK94r5 -+ -ugVJ3zm99zC0q2j1ish8yJC7mN -/ -W4wRfBE4sAwmdxrlowxF1DDGCkaLE9i -/ -GWW92s0fBVGJmXLh8kwNkQ31hMOsaGfHIMpeLFS7Se741te7YqsHIzmBCdQs -= before_install : # diff --git a/testing/web-platform/tests/tools/ci/check_stability.py b/testing/web-platform/tests/tools/ci/check_stability.py index 22d5b363da204..46ff176555ebb 100644 --- a/testing/web-platform/tests/tools/ci/check_stability.py +++ b/testing/web-platform/tests/tools/ci/check_stability.py @@ -1298,143 +1298,6 @@ return parser def -set_default_args -( -kwargs -) -: - -kwargs -. -set_if_none -( -" -sauce_platform -" - -os -. -environ -. -get -( -" -PLATFORM -" -) -) - -kwargs -. -set_if_none -( -" -sauce_build -" - -os -. -environ -. -get -( -" -TRAVIS_BUILD_NUMBER -" -) -) - -python_version -= -os -. -environ -. -get -( -" -TRAVIS_PYTHON_VERSION -" -) - -kwargs -. -set_if_none -( -" -sauce_tags -" - -[ -python_version -] -if -python_version -else -[ -] -) - -kwargs -. -set_if_none -( -" -sauce_tunnel_id -" - -os -. -environ -. -get -( -" -TRAVIS_JOB_NUMBER -" -) -) - -kwargs -. -set_if_none -( -" -sauce_user -" - -os -. -environ -. -get -( -" -SAUCE_USERNAME -" -) -) - -kwargs -. -set_if_none -( -" -sauce_key -" - -os -. -environ -. -get -( -" -SAUCE_ACCESS_KEY -" -) -) -def pr ( ) @@ -2260,42 +2123,6 @@ 0 ] -if -browser_name -= -= -" -sauce -" -and -not -wpt_args -. -sauce_key -: - -logger -. -warning -( -" -Cannot -run -tests -on -Sauce -Labs -. -No -access -key -. -" -) - -return -retcode - pr_number = pr @@ -2567,11 +2394,6 @@ files_affected ) -set_default_args -( -wpt_kwargs -) - do_delayed_imports ( )