Skip to content

Commit

Permalink
fixes #9294 bug(nimbus): Use correct channel for monitor-web fml (#9295)
Browse files Browse the repository at this point in the history
Because

- monitor changed their channels in
  mozilla/blurts-server#3320, which caused
  `make convert_feature_manifests` to fail;
- as a result, we have not merged feature manifests since the break

This commit

- updates `make convert_feature_manifests` to use the correct channel;
and
- merges the updated feature manifests from monitor and desktop.
  • Loading branch information
brennie committed Aug 21, 2023
1 parent 8c91e1f commit 5984019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ convert_feature_manifests:
git submodule init;\
git submodule update --recursive;\
cd components/support/nimbus-fml;\
cargo run "../../../../monitor-web.fml.yaml" experimenter --output "../../../../monitor-web.yaml" --channel developer;
cargo run generate-experimenter --channel beta "../../../../monitor-web.fml.yaml" "../../../../monitor-web.yaml";

fetch_external_resources: jetstream_config feature_manifests convert_feature_manifests
echo "External Resources Fetched"
Expand Down

0 comments on commit 5984019

Please sign in to comment.