Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ workflows:
only:
- main
- production
- fix-ci

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was never used

context: echo
- run-eigen-tests:
requires:
Expand All @@ -46,5 +45,4 @@ workflows:
only:
- main
- production
- fix-ci

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

context: echo
1 change: 1 addition & 0 deletions Echo.json5
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
{ name: 'AREnableQuickLinksAnimation2', value: true },
{ name: 'AREnableRedesignedSettings', value: true },
{ name: 'ARShowOnboardingPriceRangeScreen', value: true },
{ name: 'AREnableFailingTestEcho', value: false },

// deprecated flags. REMOVE OR CHANGE WITH CARE.
{ name: 'AREnableInfiniteDiscovery', value: true }, // 2025-04-24 removed artsy/eigen#11769
Expand Down