File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ src/vcc_if.h
4444
4545# Internal planning docs
4646/plan /
47+ /soak-logs /
4748
4849# OS
4950.DS_Store
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ EXTRA_DIST = \
2424 CHANGELOG.md \
2525 Dockerfile \
2626 autogen.sh \
27+ scripts/soak-test.sh \
2728 .github/dependabot.yml \
2829 .github/PULL_REQUEST_TEMPLATE.md \
2930 .github/ISSUE_TEMPLATE/bug_report.md \
@@ -86,7 +87,7 @@ EXTRA_DIST = \
8687# symbols (http_SetH, VRT_priv_task_get, etc.) are only available inside
8788# varnishd at runtime. Integration testing is done via VTC tests below.
8889
89- .PHONY : build build-wasm-test-fixtures lint fmt audit test docker-test release-dry-run
90+ .PHONY : build build-wasm-test-fixtures lint fmt audit test docker-test soak-test release-dry-run
9091
9192build : all build-wasm-test-fixtures
9293
@@ -124,6 +125,9 @@ docker-test:
124125 $(DOCKER ) build -t " $( DOCKER_IMAGE) " " $( abs_top_srcdir) "
125126 $(DOCKER ) run --rm " $( DOCKER_IMAGE) " make check
126127
128+ soak-test :
129+ " $( abs_top_srcdir) /scripts/soak-test.sh" --image " $( DOCKER_IMAGE) "
130+
127131release-dry-run :
128132 $(DOCKER ) build -t " $( DOCKER_IMAGE) " " $( abs_top_srcdir) "
129133 $(DOCKER ) run --rm " $( DOCKER_IMAGE) " make check
You can’t perform that action at this time.
0 commit comments