feat: establish Quant OS production-80 architecture
This commit is contained in:
@@ -8,6 +8,9 @@ python_bin="${PYTHON_BIN:-python3}"
|
||||
|
||||
"${python_bin}" -c \
|
||||
'import sys; assert sys.version_info >= (3, 10), sys.version'
|
||||
PYTHONPATH=src:. "${python_bin}" -m quant_os architecture check
|
||||
PYTHONPATH=src:. "${python_bin}" -m quant_os standard validate
|
||||
PYTHONPATH=src:. "${python_bin}" -m quant_os standard evaluate
|
||||
PYTHONPATH=src:. "${python_bin}" -m unittest discover -s tests -p '*.py' -q
|
||||
"${python_bin}" tools/bundle_platforms.py
|
||||
PYTHONPATH=src:. "${python_bin}" -m quant60 smoke \
|
||||
@@ -26,6 +29,8 @@ PYTHONPATH=src:. "${python_bin}" tools/export_mock_parity.py \
|
||||
verify \
|
||||
artifacts/mock-parity/report.json
|
||||
PYTHONPATH=src:. "${python_bin}" tools/capability_probe.py
|
||||
PYTHONPATH=src:. "${python_bin}" -m quant_os doctor
|
||||
"${python_bin}" tools/check_tracked_secrets.py
|
||||
"${python_bin}" tools/build_public_status.py --check
|
||||
"${python_bin}" tools/run_colab_notebook.py notebooks/quant_os_colab.ipynb
|
||||
"${python_bin}" tools/run_colab_notebook.py \
|
||||
|
||||
Reference in New Issue
Block a user