Skip to content

Commit

Permalink
chore(cirrus): Update Docker image and env for Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida committed Feb 26, 2025
1 parent e375043 commit 78700c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _scripts/cirrus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ docker run --rm --name cirrus \
--net fxa \
--mount type=bind,source=$(pwd)/_scripts/configs/cirrus.env.sample,target=/cirrus/.env \
--mount type=bind,source=$(pwd)/_scripts/configs/cirrus.fml.yml,target=/cirrus/feature_manifest/fml.yml \
--memory=1024m \
-p 8001:8001 \
mozilla/cirrus:latest
mozilla/cirrus:sha-1275f51cb
5 changes: 3 additions & 2 deletions _scripts/configs/cirrus.env.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
CIRRUS_REMOTE_SETTING_URL=https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/nimbus-web-experiments/records
CIRRUS_REMOTE_SETTING_PREVIEW_URL=https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/nimbus-web-preview/records
CIRRUS_REMOTE_SETTING_REFRESH_RATE_IN_SECONDS=10
CIRRUS_APP_ID=test_app_id
CIRRUS_APP_NAME=test_app_name
CIRRUS_APP_ID=accounts.cirrus
CIRRUS_APP_NAME=accounts_cirrus
CIRRUS_CHANNEL=release
CIRRUS_FML_PATH=/cirrus/feature_manifest/sample.yml
# CIRRUS_SENTRY_DSN=dsn_url
Expand Down

0 comments on commit 78700c2

Please # to comment.