You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
Test Pilot has been retired (). Not sure which references in this repo need to be updated/changed/removed:
$ git rev-parse --short HEAD # 6c2730e
$ git grep -i pilot
.circleci/deploy_addon.sh:# Adapted from clouserw's script for publishing add-ons to Test Pilot from
.circleci/deploy_addon.sh:ADDON_ID="[email protected]"
.circleci/deploy_addon.sh: "update_link": "https://testpilot.firefox.com/files/$ADDON_ID/latest",
README.md: <dt><code>[email protected]</code></dt>
README.md: <dt><code>[email protected]</code></dt>
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.priceCheckTimeoutInterval</code></dt>
README.md: <dt><code>[email protected]</code></dt>
README.md: <dt><code>[email protected]</code></dt>
README.md: <dt><code>[email protected]</code></dt>
README.md:Price Wise bumps the major version number for every release, similar to Firefox. Releases are created by tagging a commit that bumps the version number and pushing that tag to the repo. This triggers CircleCI automation that packages, tests, signs and uploads the new version to the Test Pilot S3 bucket.
README.md:This hold job is intended to provide developers and QA an opportunity forfinal testing and review of the extensionin release channels before uploading. When QA is satisfied, a developer with push access must manually trigger the upload to Test Pilot via the CircleCI dashboard by clicking the hold job and approving the build.
README.md:Once the upload is complete, the new version should be available immediately at https://testpilot.firefox.com/files/[email protected]/latest.
docs/METRICS.md: "[email protected]",
docs/METRICS.md: "source": "testpilot"
src/browser_action/index.jsx: if (await browser.customizableUI.isWidgetInOverflow('shopping-testpilot_mozilla_org-browser-action')) {
src/config.js: * subtree [email protected].
src/config.js: supportUrl: new StringValue('https://support.mozilla.org/kb/new-test-pilot-experiments'),
src/experiment_apis/shoppingPrefs/api.js: const branch = Services.prefs.getBranch('[email protected].');
src/manifest.json: "id": "[email protected]",
web-ext-config.js: '[email protected]=30000',
web-ext-config.js: 'extensions.shopping-testpilot@mozilla.org.priceCheckTimeoutInterval=30000',
web-ext-config.js: '[email protected]=10000',
It looks like we still may be using the TestPilot CI pipeline which sends things to an S3 bucket, which we may not need if this moves to AMO.
The text was updated successfully, but these errors were encountered:
We're in the middle of moving over the AMO. The rough verdict on each of these occurrances IMO:
Once the migration to AMO is complete the deploy script that uploads to S3 will be removed along with the documentation mentions.
The preference names are all due to the add-on ID, and I'm a bit hesitant to change that now that we have active users. I think keeping them for now won't be harmful as a typical user wouldn't see the add-on ID or mess with the prefs.
The metrics docs only mention it in an example ping, not sure that needs to be changed.
The SUMO page does need to be updated, as the current URL is 404ing.
Osmose
pushed a commit
to Osmose/price-wise
that referenced
this issue
Jan 25, 2019
Test Pilot has been retired (). Not sure which references in this repo need to be updated/changed/removed:
It looks like we still may be using the TestPilot CI pipeline which sends things to an S3 bucket, which we may not need if this moves to AMO.
The text was updated successfully, but these errors were encountered: