Skip to content

Commit

Permalink
[fenix] No issue: Update Flank to v21.07.1 (mozilla-mobile/fenix#20456)
Browse files Browse the repository at this point in the history
* Update Flank to v21.07.1
* Update approach to downloading Flank
* Update parse-ui-test.py

UltraBlame original commit: cca7f43771212dd81b03d13690197d4c91ca63cb
  • Loading branch information
marco-c committed Jun 6, 2024
1 parent 0b1fafd commit 580a256
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
)
|
{
testAxises
axes
[
0
]
Expand Down
113 changes: 64 additions & 49 deletions mobile/android/fenix/taskcluster/docker/ui-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,21 @@ tools
-
-
-
RUN
apt
-
get
install
-
y
jq
\
&
&
apt
-
get
clean
USER
worker
:
Expand All @@ -398,13 +413,6 @@ ENV
GOOGLE_SDK_VERSION
233
ENV
FLANK_VERSION
v21
.
05
.
0
ENV
TEST_TOOLS
/
builds
Expand Down Expand Up @@ -568,14 +576,23 @@ gcloud
quiet
components
update
#
Flank
v21
.
07
.
1
RUN
URL_FLANK_BIN
=
"
(
curl
CURL
-
s
"
-
silent
'
https
:
/
Expand All @@ -593,76 +610,74 @@ Flank
flank
/
releases
"
|
grep
"
browser_download_url
*
"
|
grep
"
{
FLANK_VERSION
}
"
/
latest
'
|
sed
jq
-
r
"
s
/
\
"
/
/
g
"
'
.
assets
[
]
|
cut
-
d
select
(
.
browser_download_url
|
test
(
"
:
flank
.
jar
"
-
f3
)
)
.
browser_download_url
'
)
"
\
&
&
wget
"
https
:
{
URL_FLANK_BIN
}
"
CURL
-
O
-
output
"
{
TEST_TOOLS
}
/
flank
.
jar
"
"
{
URL_FLANK_BIN
}
"
\
&
&
chmod
+
x
"
{
TEST_TOOLS
}
/
flank
.
jar
"
#
run
-
Expand Down

0 comments on commit 580a256

Please sign in to comment.