consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
12
tests/supply-chain/Makefile
Normal file
12
tests/supply-chain/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
.PHONY: test smoke nightly corpus
|
||||
|
||||
test: smoke
|
||||
|
||||
smoke:
|
||||
python tests/supply-chain/run_suite.py --profile smoke --seed 20260226
|
||||
|
||||
nightly:
|
||||
python tests/supply-chain/run_suite.py --profile nightly --seed 20260226
|
||||
|
||||
corpus:
|
||||
python tests/supply-chain/05-corpus/build_corpus_archive.py --output out/supply-chain/05-corpus
|
||||
Reference in New Issue
Block a user