mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-03 21:53:30 +01:00
.github
dev_scripts
doc
extras
scripts
tests
wa
assets
commands
postgres_schemas
postgres_schema.sql
postgres_schema_update_v1.2.sql
postgres_schema_update_v1.3.sql
postgres_schema_update_v1.4.sql
postgres_schema_update_v1.5.sql
postgres_schema_update_v1.6.sql
templates
__init__.py
create.py
list.py
process.py
report.py
revent.py
run.py
schema_changelog.rst
show.py
framework
instruments
output_processors
tools
utils
workloads
__init__.py
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements.txt
setup.py
Add cascading deletes to foreign keys as well as a rule to delete large objects when artifacts are deleted. Deleting a run entry should delete all dependent data of that run.