-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
26 lines (18 loc) · 724 Bytes
/
Makefile
File metadata and controls
26 lines (18 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.PHONY: qa-arch-fast qa-debt quarantine-inspect quarantine-replay quarantine-purge release-lock
RUN ?= python3 -m
PIPELINE ?=
RUN_ID ?=
qa-arch-fast:
$(RUN) pytest tests/architecture/ -m "not slow and not serial and not memory"
qa-debt:
$(RUN) scripts.engineering.qa.check_quality_exemptions --trend-report on
quarantine-inspect:
$(RUN) bioetl quarantine inspect --pipeline $(PIPELINE)
quarantine-replay:
$(RUN) bioetl quarantine replay --pipeline $(PIPELINE)
quarantine-purge:
$(RUN) bioetl quarantine purge --pipeline $(PIPELINE)
release-lock:
$(RUN) bioetl lock release --pipeline $(PIPELINE) --run-id $(RUN_ID)
antigravity:
@export BROWSER='/mnt/c/Windows/System32/cmd.exe /c start' && $(RUN) antigravity