From 2d553dc53c05b3997bfc411807179cb2409a2de3 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Wed, 21 Jun 2023 12:48:31 +0200 Subject: [PATCH] WIP run digdelv only without xdist --- .gitlab-ci.yml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07a9cd031e..85661ced44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -357,7 +357,41 @@ stages: - *find_pytest - cd bin/tests/system - > - "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -n "$TEST_PARALLEL_JOBS" | tee pytest.out.txt + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt + - > + "$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -k digdelv | tee pytest.out.txt - '( ! grep -F "grep: warning:" pytest.out.txt )' after_script: - *display_pytest_failures