More CI workflow fixes #2
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 0s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Failing after 0s
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 0s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Failing after 0s
This commit is contained in:
parent
a0cb1011df
commit
60668d4b38
1 changed files with 0 additions and 30 deletions
|
@ -29,16 +29,10 @@ jobs:
|
|||
test-backend:
|
||||
runs-on: [ci]
|
||||
|
||||
# <— make podman CLI available inside the job container
|
||||
container:
|
||||
image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }}
|
||||
# If you prefer to be independent of runner-wide options, also pass these:
|
||||
options: >-
|
||||
--volume=/run/user/999/podman:/run/user/999/podman:rw
|
||||
--env=XDG_RUNTIME_DIR=/run/user/999
|
||||
|
||||
env:
|
||||
# <— hardcode the socket path that exists on your CI host for UID 999
|
||||
PODMAN_SOCK: /run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
|
@ -145,16 +139,10 @@ jobs:
|
|||
runs-on: [ci]
|
||||
needs: test-backend
|
||||
|
||||
# <— make podman CLI available inside the job container
|
||||
container:
|
||||
image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }}
|
||||
# If you prefer to be independent of runner-wide options, also pass these:
|
||||
options: >-
|
||||
--volume=/run/user/999/podman:/run/user/999/podman:rw
|
||||
--env=XDG_RUNTIME_DIR=/run/user/999
|
||||
|
||||
env:
|
||||
# <— hardcode the socket path that exists on your CI host for UID 999
|
||||
PODMAN_SOCK: /run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
|
@ -213,16 +201,10 @@ jobs:
|
|||
runs-on: [ci]
|
||||
needs: test-frontend
|
||||
|
||||
# <— make podman CLI available inside the job container
|
||||
container:
|
||||
image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }}
|
||||
# If you prefer to be independent of runner-wide options, also pass these:
|
||||
options: >-
|
||||
--volume=/run/user/999/podman:/run/user/999/podman:rw
|
||||
--env=XDG_RUNTIME_DIR=/run/user/999
|
||||
|
||||
env:
|
||||
# <— hardcode the socket path that exists on your CI host for UID 999
|
||||
PODMAN_SOCK: /run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
|
@ -290,16 +272,10 @@ jobs:
|
|||
runs-on: [ci]
|
||||
needs: test-frontend
|
||||
|
||||
# <— make podman CLI available inside the job container
|
||||
container:
|
||||
image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }}
|
||||
# If you prefer to be independent of runner-wide options, also pass these:
|
||||
options: >-
|
||||
--volume=/run/user/999/podman:/run/user/999/podman:rw
|
||||
--env=XDG_RUNTIME_DIR=/run/user/999
|
||||
|
||||
env:
|
||||
# <— hardcode the socket path that exists on your CI host for UID 999
|
||||
PODMAN_SOCK: /run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
|
@ -368,16 +344,10 @@ jobs:
|
|||
needs: [build-backend, build-frontend]
|
||||
if: success()
|
||||
|
||||
# <— make podman CLI available inside the job container
|
||||
container:
|
||||
image: ${{ env.PODMAN_CLIENT_IMG_DIGEST }}
|
||||
# If you prefer to be independent of runner-wide options, also pass these:
|
||||
options: >-
|
||||
--volume=/run/user/999/podman:/run/user/999/podman:rw
|
||||
--env=XDG_RUNTIME_DIR=/run/user/999
|
||||
|
||||
env:
|
||||
# <— hardcode the socket path that exists on your CI host for UID 999
|
||||
PODMAN_SOCK: /run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue