Modify E2E and perf test result output directory.

Add LongTime label to more E2E cases.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
Xun Jiang
2024-08-20 10:49:56 +08:00
parent 6c3988e462
commit af62dd4b3e
3 changed files with 6 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ run-e2e: ginkgo
(echo "Cloud provider for target cloud/plugin provider is required, please rerun with CLOUD_PROVIDER=<aws,azure,kind,vsphere>"; exit 1)
@$(GINKGO) run \
-v \
--junit-report report.xml \
--junit-report e2e/report.xml \
--label-filter="$(GINKGO_LABELS)" \
--timeout=5h \
./e2e \
@@ -207,7 +207,7 @@ run-perf: ginkgo
(echo "Cloud provider for target cloud/plugin provider is required, please rerun with CLOUD_PROVIDER=<aws,azure,kind,vsphere>"; exit 1)
@$(GINKGO) run \
-v \
--junit-report report.xml \
--junit-report perf/report.xml \
--label-filter="$(GINKGO_LABELS)" \
--timeout=5h \
./perf \