mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
Temporary disable daily Dlk tests
They are too flaky and I can't debug them until the PHP 8 warnings are fixed.
This commit is contained in:
47
.github/workflows/test-stable.yml
vendored
47
.github/workflows/test-stable.yml
vendored
@ -453,7 +453,6 @@ jobs:
|
|||||||
- test-unrealircd-5
|
- test-unrealircd-5
|
||||||
- test-unrealircd-anope
|
- test-unrealircd-anope
|
||||||
- test-unrealircd-atheme
|
- test-unrealircd-atheme
|
||||||
- test-unrealircd-dlk
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -1334,52 +1333,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: pytest-results_unrealircd-atheme_stable
|
name: pytest-results_unrealircd-atheme_stable
|
||||||
path: pytest.xml
|
path: pytest.xml
|
||||||
test-unrealircd-dlk:
|
|
||||||
needs:
|
|
||||||
- build-unrealircd
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Set up Python 3.11
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: 3.11
|
|
||||||
- name: Download build artefacts
|
|
||||||
uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: installed-unrealircd
|
|
||||||
path: '~'
|
|
||||||
- name: Unpack artefacts
|
|
||||||
run: cd ~; find -name 'artefacts-*.tar.gz' -exec tar -xzf '{}' \;
|
|
||||||
- name: Checkout Dlk
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
path: Dlk-Services
|
|
||||||
ref: 6db51ea03f039c48fd20427c04cec8ff98df7878
|
|
||||||
repository: DalekIRC/Dalek-Services
|
|
||||||
- name: Build Dlk
|
|
||||||
run: |
|
|
||||||
pip install pifpaf
|
|
||||||
wget -q https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
|
||||||
wget -q https://wordpress.org/latest.zip -O wordpress-latest.zip
|
|
||||||
- name: Install system dependencies
|
|
||||||
run: sudo apt-get install atheme-services faketime
|
|
||||||
- name: Install irctest dependencies
|
|
||||||
run: |-
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install pytest pytest-xdist -r requirements.txt
|
|
||||||
- name: Test with pytest
|
|
||||||
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/sbin:~/.local/unrealircd/bin:$PATH
|
|
||||||
IRCTEST_DLK_PATH="${{ github.workspace }}/Dlk-Services" IRCTEST_WP_CLI_PATH="${{
|
|
||||||
github.workspace }}/wp-cli.phar" IRCTEST_WP_ZIP_PATH="${{ github.workspace
|
|
||||||
}}/wordpress-latest.zip" make unrealircd-dlk
|
|
||||||
timeout-minutes: 30
|
|
||||||
- if: always()
|
|
||||||
name: Publish results
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: pytest-results_unrealircd-dlk_stable
|
|
||||||
path: pytest.xml
|
|
||||||
name: irctest with stable versions
|
name: irctest with stable versions
|
||||||
'on':
|
'on':
|
||||||
pull_request: null
|
pull_request: null
|
||||||
|
@ -337,8 +337,8 @@ software:
|
|||||||
separate_build_job: false
|
separate_build_job: false
|
||||||
path: Dlk-Services
|
path: Dlk-Services
|
||||||
refs:
|
refs:
|
||||||
stable: &dlk_stable "6db51ea03f039c48fd20427c04cec8ff98df7878"
|
stable: null # disabled because flaky, and hard to debug with all the PHP 8 warnings
|
||||||
release: *dlk_stable
|
release: &dlk_stable "6db51ea03f039c48fd20427c04cec8ff98df7878"
|
||||||
devel: "main"
|
devel: "main"
|
||||||
devel_release: *dlk_stable
|
devel_release: *dlk_stable
|
||||||
build_script: |
|
build_script: |
|
||||||
|
Reference in New Issue
Block a user