Enable pinned BuildKit support on the Railiance CI runner
All checks were successful
Application acceptance / application-tests (push) Successful in 5s
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Container Image / build-and-push (push) Successful in 39s
Application acceptance / application-tests (pull_request) Successful in 54s
All checks were successful
Application acceptance / application-tests (push) Successful in 5s
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Container Image / build-and-push (push) Successful in 39s
Application acceptance / application-tests (pull_request) Successful in 54s
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
0f4f11a9a2
commit
fa9f08268a
5 changed files with 39 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ name: Application acceptance
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 'factory/**']
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
|
@ -17,11 +17,9 @@ jobs:
|
|||
run: |
|
||||
set -eu
|
||||
REF="${GITHUB_SHA:?exact source revision required}"
|
||||
mkdir -p buildctx /tmp/factory-docker-bin
|
||||
mkdir -p buildctx
|
||||
wget -qO /tmp/repo.tar.gz \
|
||||
"https://forgejo.coulomb.social/${GITHUB_REPOSITORY}/archive/${REF}.tar.gz"
|
||||
tar xzf /tmp/repo.tar.gz -C buildctx --strip-components=1
|
||||
wget -qO- https://download.docker.com/linux/static/stable/x86_64/docker-27.3.1.tgz \
|
||||
| tar xz --strip-components=1 -C /tmp/factory-docker-bin docker/docker
|
||||
export PATH="/tmp/factory-docker-bin:${PATH}"
|
||||
. buildctx/scripts/ci-docker.sh
|
||||
docker build --target application-tests buildctx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue