summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-11 20:51:13 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-11 21:30:00 -0500
commita1ce852e52f45da7528446cef3a1f02416531771 (patch)
treec298a4aee36d483dc27a8097be8bc6b91985924c /.github
parentc0d7fbe5021b0d2aaa5bb1196a6b43afcecec4d0 (diff)
Refs #35844 -- Ran further selenium tests with --parallel=1.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedule_tests.yml4
-rw-r--r--.github/workflows/selenium.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index 5490c35a4c..e2d3e55590 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -98,7 +98,7 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 1
selenium-postgresql:
runs-on: ubuntu-latest
@@ -136,7 +136,7 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 1
postgresql:
strategy:
diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml
index b9a573e37b..d62268658f 100644
--- a/.github/workflows/selenium.yml
+++ b/.github/workflows/selenium.yml
@@ -35,7 +35,7 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 1
selenium-postgresql:
if: contains(github.event.pull_request.labels.*.name, 'selenium')
@@ -74,4 +74,4 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 1