-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
D-mediumDifficulty: mediumDifficulty: mediumbug ⚠️Something isn't workingSomething isn't workingrefactoring 🛠️Code refactoring and enhancementsCode refactoring and enhancements
Description
Issue
We have noticed that the Github Action runners don't have the minimum expected SQLite version:
- We need version
3.40+
for running the queries for the monitoring on the aggregator - We need version
3.37+
for everything else in the aggregator - We have also noticed that the packages that we use to install the version
3.40.1
in themithril-infra
has a new location suffixed with3.40.1-2
when it used to be3.40.1-1
To do
We need to:
- find a solution that is compatible with the CI (on Linux, Mac OS and Windows) that provides fast enough install time on all the CI runners
- probably implement the same install on the infrastructure
- create a tool sub-command for exporting monitoring data?
- create a tool sub-command for compacting the database?
Dependencies
Should be done once the tasks Separate data disk from VM system disk
of #767 is completed
Metadata
Metadata
Assignees
Labels
D-mediumDifficulty: mediumDifficulty: mediumbug ⚠️Something isn't workingSomething isn't workingrefactoring 🛠️Code refactoring and enhancementsCode refactoring and enhancements