Skip to content

Commit

Permalink
Bug 1652979 - Use org.mozilla.fenix package name for raptor/browserti…
Browse files Browse the repository at this point in the history
…me tests. r=jlorenzo

Differential Revision: https://phabricator.services.mozilla.com/D83677
  • Loading branch information
Gregory Mierzwinski committed Jul 21, 2020
1 parent 9dfb731 commit a1395fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions taskcluster/ci/condprof/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
platform: android-hw-g5-7-0-arm7-api-16/opt
index:
product: firefox
job-name: condprof-g5-fenix.nightly
job-name: condprof-g5-fenix
dependencies:
build: build-linux64-shippable/opt
fetches:
Expand All @@ -180,7 +180,7 @@ jobs:
bin/python3 condprof/main.py
--geckodriver ${MOZ_FETCHES_DIR}/geckodriver
--device-name g5
--firefox org.mozilla.fenix.nightly
--firefox org.mozilla.fenix
--scenario settled
../../archive
worker:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
platform: android-hw-p2-8-0-android-aarch64/opt
index:
product: firefox
job-name: condprof-p2_aarch64-fenix.nightly
job-name: condprof-p2_aarch64-fenix
dependencies:
build: build-android-api-16-shippable/opt
fetches:
Expand All @@ -247,7 +247,7 @@ jobs:
bin/python3 condprof/main.py
--geckodriver ${MOZ_FETCHES_DIR}/geckodriver
--device-name p2_aarch64
--firefox org.mozilla.fenix.nightly
--firefox org.mozilla.fenix
--scenario settled
../../archive
worker:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/test/browsertime-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ job-defaults:
default: None
binary-path:
by-app:
fenix: org.mozilla.fenix.nightly
fenix: org.mozilla.fenix
geckoview: org.mozilla.geckoview_example
fennec: org.mozilla.firefox
refbrow: org.mozilla.reference.browser.raptor
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/test/raptor-fenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ job-defaults:
- raptor/android_hw_config.py
extra-options:
- --app=fenix
- --binary-path=org.mozilla.fenix.nightly
- --binary-path=org.mozilla.fenix
- --activity=org.mozilla.fenix.IntentReceiverActivity

raptor-scn-power-idle-fenix:
Expand Down

0 comments on commit a1395fa

Please sign in to comment.