Skip to content

Commit

Permalink
Bug 1444948 [wpt PR 9977] - Remove the rest of Sauce support for stab…
Browse files Browse the repository at this point in the history
…ility runs (including JWT), a=testonly

Automatic update from web-platform-testsRemove the rest of Sauce support for stability runs (including JWT) (#9977)

Fixes web-platform-tests/wpt#9903.

wpt-commits: 18ce941a0840daaa8a17fbe54449c6acc092b442
wpt-pr: 9977
wpt-commits: 18ce941a0840daaa8a17fbe54449c6acc092b442
wpt-pr: 9977

UltraBlame original commit: 3582e94198299a6c64414d17a79d9b6343fd1849
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent b6f307d commit 961d493
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 193 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -2536413,7 +2536413,7 @@ yml
:
[
"
916102006e70f31e4739438a8b2f86bf068642fc
db5838d29eefceadbb7f088f7de75d765dbaa58c
"
"
support
Expand Down
14 changes: 0 additions & 14 deletions testing/web-platform/tests/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,6 @@ web
platform
.
test
jwt
:
secure
:
N9lvgkqUPtFlz6Vpa6qTPFhymEsDCsbaCsT64
/
hj3vlHRxK94r5
+
ugVJ3zm99zC0q2j1ish8yJC7mN
/
W4wRfBE4sAwmdxrlowxF1DDGCkaLE9i
/
GWW92s0fBVGJmXLh8kwNkQ31hMOsaGfHIMpeLFS7Se741te7YqsHIzmBCdQs
=
before_install
:
#
Expand Down
178 changes: 0 additions & 178 deletions testing/web-platform/tests/tools/ci/check_stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
(
)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -2567,11 +2394,6 @@
files_affected
)

set_default_args
(
wpt_kwargs
)

do_delayed_imports
(
)
Expand Down

0 comments on commit 961d493

Please sign in to comment.