From bfb22c29c946001fdabfd78706c9ada496f7b59b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 17 Sep 2023 07:11:11 +0300 Subject: [PATCH] ci: wait more in the doom-regressions and gg-regressions jobs, to reduce the chance of false positives --- .github/workflows/c2v_ci.yml | 2 +- .github/workflows/gg_regressions_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c2v_ci.yml b/.github/workflows/c2v_ci.yml index 7874ead07eb864..48d21e0f46fdc8 100644 --- a/.github/workflows/c2v_ci.yml +++ b/.github/workflows/c2v_ci.yml @@ -123,7 +123,7 @@ jobs: run: | Xvfb $DISPLAY -screen 0 800x600x24 -fbdir /var/tmp/ & sleep 1; while [ ! -f /var/tmp/Xvfb_screen0 ]; do sleep 0.5; done # give xvfb time to start, even on slow CI runs - v gret -r ~/code/doom -t ./doom-regression-images/vgret.doom.toml -v ./doom-sample_images ./doom-regression-images + sleep 1; v gret -r ~/code/doom -t ./doom-regression-images/vgret.doom.toml -v ./doom-sample_images ./doom-regression-images - name: Upload regression to imgur if: steps.compare.outcome != 'success' diff --git a/.github/workflows/gg_regressions_ci.yml b/.github/workflows/gg_regressions_ci.yml index 70ef3f23ea60a6..8c9b713c58ada0 100644 --- a/.github/workflows/gg_regressions_ci.yml +++ b/.github/workflows/gg_regressions_ci.yml @@ -45,7 +45,7 @@ jobs: run: | Xvfb $DISPLAY -screen 0 1280x1024x24 -fbdir /var/tmp/ & sleep 1; while [ ! -f /var/tmp/Xvfb_screen0 ]; do sleep 0.5; done # give xvfb time to start, even on slow CI runs - ./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images + sleep 1; ./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images - name: Upload regression to imgur if: steps.compare.outcome != 'success'