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 was 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="shopping-testpilot@mozilla.org"
.circleci/deploy_addon.sh: "update_link": "https://testpilot.firefox.com/files/$ADDON_ID/latest",
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.extractionAllowlist</code></dt>
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.priceCheckInterval</code></dt>
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.priceCheckTimeoutInterval</code></dt>
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.iframeTimeout</code></dt>
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.alertPercentThreshold</code></dt>
README.md: <dt><code>extensions.shopping-testpilot@mozilla.org.alertAbsoluteThreshold</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/shopping-testpilot@mozilla.org/latest.
docs/METRICS.md: "shopping-testpilot@mozilla.org",
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 extensions.shopping-testpilot@mozilla.org.prefName.
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('extensions.shopping-testpilot@mozilla.org.');
src/manifest.json: "id": "shopping-testpilot@mozilla.org",
web-ext-config.js: 'extensions.shopping-testpilot@mozilla.org.priceCheckInterval=30000',
web-ext-config.js: 'extensions.shopping-testpilot@mozilla.org.priceCheckTimeoutInterval=30000',
web-ext-config.js: 'extensions.shopping-testpilot@mozilla.org.iframeTimeout=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.
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.