Gitea: Try create release again
Some checks failed
Build Packages / build:rpm (rocky8_nocuda) (push) Has been skipped
Build Packages / build:rpm (rocky9_nocuda) (push) Has been skipped
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Has been skipped
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Has been skipped
Build Packages / build:rpm (rocky8_sls9) (push) Has been skipped
Build Packages / build:rpm (rocky8) (push) Has been skipped
Build Packages / build:rpm (rocky9) (push) Has been skipped
Build Packages / build:rpm (ubuntu2204) (push) Has been skipped
Build Packages / build:rpm (ubuntu2404) (push) Has been skipped
Build Packages / Unit tests (push) Has been skipped
Build Packages / Generate python client (push) Successful in 17s
Build Packages / Build documentation (push) Successful in 40s
Build Packages / Create release (push) Failing after 2m45s

This commit is contained in:
2025-09-30 14:13:08 +02:00
parent 32b6f1c8a7
commit bc95be30e9

View File

@@ -12,6 +12,7 @@ on:
jobs:
build-rpm:
name: build:rpm (${{ matrix.distro }})
if: github.ref_type == 'tag'
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
@@ -144,12 +145,15 @@ jobs:
# if: github.ref_type == 'tag'
steps:
- uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Create release
env:
GITEA_TOKEN: ${{ secrets.PIP_REPOSITORY_API_TOKEN }}
shell: bash
run: |
git lfs pull
python3 gitea_create_release.py
documentation:
name: Build documentation
@@ -180,6 +184,7 @@ jobs:
unit-tests:
name: Unit tests
runs-on: jfjoch_rocky8
if: github.ref_type == 'tag'
container:
image: gitea.psi.ch/leonarski_f/jfjoch_rocky8:2509
options: --gpus all