Skip to content

Commit

Permalink
Revert "Run UI tests nightly def (mozilla-mobile#17513)"
Browse files Browse the repository at this point in the history
This reverts commit 06c1734.
  • Loading branch information
isabelrios committed Feb 2, 2021
1 parent 824f3fd commit 4ecc0c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 33 deletions.
4 changes: 1 addition & 3 deletions automation/taskcluster/androidTest/flank-x86-start-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ gcloud:

flank:
project: GOOGLE_PROJECT
# test shards - the amount of groups to split the test suite into
# set to -1 to use one shard per test.
max-test-shards: 1
# num-test-runs: the amount of times to run the tests.
# 1 runs the tests once. 10 runs all the tests 10x
num-test-runs: 1

2 changes: 1 addition & 1 deletion automation/taskcluster/androidTest/ui-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ set +e

if [[ "${device_type}" =~ ^(arm64-v8a|armeabi-v7a|x86_64|x86)$ ]]; then
flank_template="${PATH_TEST}/flank-${device_type}.yml"
elif [[ "${device_type}" == "x86-start-nightly-test" ]]; then
elif [[ "${device_type}" == "x86-start-test" ]]; then
flank_template="${PATH_TEST}/flank-x86-start-test.yml"
elif [[ "${device_type}" == "arm-start-test" ]]; then
flank_template="${PATH_TEST}/flank-armeabi-v7a-start-test.yml"
Expand Down
18 changes: 3 additions & 15 deletions taskcluster/ci/build/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ jobs:
treeherder:
symbol: beta(Bf)

nightly-firebase:
disable-optimization: true
run-on-tasks-for: [github-push] # We want this on push so that we detect problem before triggering a new beta
run:
gradle-build-type: nightly
test-build-type: nightly
treeherder:
symbol: nightly(Bf)

android-test-debug:
attributes:
code-review: true
Expand All @@ -94,16 +85,13 @@ jobs:
android-test-nightly:
attributes:
nightly: true
run:
gradle-build-type: androidTest
apk-artifact-template:
# 2 differences here:
# * "androidTest/" is added
# * "{gradle_build_type}" is forced to "debug"
path: '/builds/worker/checkouts/src/app/build/outputs/apk/androidTest/nightly/app-nightly-androidTest.apk'
disable-optimization: true
run:
gradle-build-type: androidTest
test-build-type: nightly
run-on-tasks-for: [github-push]
path: '/builds/worker/checkouts/src/app/build/outputs/apk/androidTest/debug/{fileName}'
treeherder:
symbol: nightly(Bat)

Expand Down
1 change: 0 additions & 1 deletion taskcluster/ci/signing/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ job-template:
by-build-type:
android-test.+: Bats
beta-firebase: Bfs
nightly-firebase: Bfs
default: Bs
kind: build
platform: android-all/opt
Expand Down
13 changes: 0 additions & 13 deletions taskcluster/ci/ui-test/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,3 @@ jobs:
- [automation/taskcluster/androidTest/ui-test.sh, x86-beta-tests, app.apk, android-test.apk, '50']
treeherder:
symbol: beta(ui-test-x86-beta)
x86-nightly:
attributes:
build-type: nightly-firebase
description: Test Fenix
run-on-tasks-for: [github-push]
dependencies:
signing: signing-nightly-firebase
signing-android-test: signing-android-test-nightly
run:
commands:
- [automation/taskcluster/androidTest/ui-test.sh, x86-start-nightly-test, app.apk, android-test.apk, '-1']
treeherder:
symbol: nightly(ui-test-x86-nightly)

0 comments on commit 4ecc0c1

Please sign in to comment.