CI workflow fixes #2
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 37s
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 37s
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
acee593cd6
commit
089b4ff7e2
1 changed files with 20 additions and 15 deletions
|
@ -37,11 +37,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
node -v
|
ls -l /run/user/999/podman || true
|
||||||
podman --version
|
test -S /run/user/999/podman/podman.sock
|
||||||
podman info --log-level=error >/dev/null
|
podman info --log-level=error >/dev/null
|
||||||
podman ps >/dev/null
|
podman ps >/dev/null
|
||||||
test -S /run/user/999/podman/podman.sock
|
node -v
|
||||||
|
podman --version
|
||||||
|
|
||||||
- name: Network/DNS sanity from job container
|
- name: Network/DNS sanity from job container
|
||||||
run: |
|
run: |
|
||||||
|
@ -146,11 +147,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
node -v
|
ls -l /run/user/999/podman || true
|
||||||
podman --version
|
test -S /run/user/999/podman/podman.sock
|
||||||
podman info --log-level=error >/dev/null
|
podman info --log-level=error >/dev/null
|
||||||
podman ps >/dev/null
|
podman ps >/dev/null
|
||||||
test -S /run/user/999/podman/podman.sock
|
node -v
|
||||||
|
podman --version
|
||||||
|
|
||||||
- name: Verify pinned digests provided
|
- name: Verify pinned digests provided
|
||||||
run: |
|
run: |
|
||||||
|
@ -207,11 +209,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
node -v
|
ls -l /run/user/999/podman || true
|
||||||
podman --version
|
test -S /run/user/999/podman/podman.sock
|
||||||
podman info --log-level=error >/dev/null
|
podman info --log-level=error >/dev/null
|
||||||
podman ps >/dev/null
|
podman ps >/dev/null
|
||||||
test -S /run/user/999/podman/podman.sock
|
node -v
|
||||||
|
podman --version
|
||||||
|
|
||||||
- name: Setup ephemeral PiP container
|
- name: Setup ephemeral PiP container
|
||||||
env:
|
env:
|
||||||
|
@ -277,11 +280,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
node -v
|
ls -l /run/user/999/podman || true
|
||||||
podman --version
|
test -S /run/user/999/podman/podman.sock
|
||||||
podman info --log-level=error >/dev/null
|
podman info --log-level=error >/dev/null
|
||||||
podman ps >/dev/null
|
podman ps >/dev/null
|
||||||
test -S /run/user/999/podman/podman.sock
|
node -v
|
||||||
|
podman --version
|
||||||
|
|
||||||
- name: Setup ephemeral PiP container
|
- name: Setup ephemeral PiP container
|
||||||
env:
|
env:
|
||||||
|
@ -348,11 +352,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
node -v
|
ls -l /run/user/999/podman || true
|
||||||
podman --version
|
test -S /run/user/999/podman/podman.sock
|
||||||
podman info --log-level=error >/dev/null
|
podman info --log-level=error >/dev/null
|
||||||
podman ps >/dev/null
|
podman ps >/dev/null
|
||||||
test -S /run/user/999/podman/podman.sock
|
node -v
|
||||||
|
podman --version
|
||||||
|
|
||||||
# Your prod-pod.yml uses ${REGISTRY_HOST}, but the workflow defines REGISTRY.
|
# Your prod-pod.yml uses ${REGISTRY_HOST}, but the workflow defines REGISTRY.
|
||||||
# Export a one-off alias so templating resolves.
|
# Export a one-off alias so templating resolves.
|
||||||
|
|
Loading…
Add table
Reference in a new issue