CI workflow fixes
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 36s
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) Has been skipped
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 36s
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) Has been skipped
This commit is contained in:
parent
969fd4881a
commit
acee593cd6
1 changed files with 25 additions and 15 deletions
|
@ -31,14 +31,16 @@ jobs:
|
|||
|
||||
container:
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||
options: >-
|
||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||
-e XDG_RUNTIME_DIR=/run/user/999
|
||||
# options: >-
|
||||
# -v /run/user/999/podman:/run/user/999/podman:rw
|
||||
# -e XDG_RUNTIME_DIR=/run/user/999
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
|
||||
- name: Network/DNS sanity from job container
|
||||
|
@ -138,14 +140,16 @@ jobs:
|
|||
|
||||
container:
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||
options: >-
|
||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||
-e XDG_RUNTIME_DIR=/run/user/999
|
||||
# options: >-
|
||||
# -v /run/user/999/podman:/run/user/999/podman:rw
|
||||
# -e XDG_RUNTIME_DIR=/run/user/999
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
|
||||
- name: Verify pinned digests provided
|
||||
|
@ -197,14 +201,16 @@ jobs:
|
|||
|
||||
container:
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||
options: >-
|
||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||
-e XDG_RUNTIME_DIR=/run/user/999
|
||||
# options: >-
|
||||
# -v /run/user/999/podman:/run/user/999/podman:rw
|
||||
# -e XDG_RUNTIME_DIR=/run/user/999
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
|
||||
- name: Setup ephemeral PiP container
|
||||
|
@ -265,14 +271,16 @@ jobs:
|
|||
|
||||
container:
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||
options: >-
|
||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||
-e XDG_RUNTIME_DIR=/run/user/999
|
||||
# options: >-
|
||||
# -v /run/user/999/podman:/run/user/999/podman:rw
|
||||
# -e XDG_RUNTIME_DIR=/run/user/999
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
|
||||
- name: Setup ephemeral PiP container
|
||||
|
@ -334,14 +342,16 @@ jobs:
|
|||
|
||||
container:
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||
options: >-
|
||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||
-e XDG_RUNTIME_DIR=/run/user/999
|
||||
# options: >-
|
||||
# -v /run/user/999/podman:/run/user/999/podman:rw
|
||||
# -e XDG_RUNTIME_DIR=/run/user/999
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
|
||||
# Your prod-pod.yml uses ${REGISTRY_HOST}, but the workflow defines REGISTRY.
|
||||
|
|
Loading…
Add table
Reference in a new issue