mirror of
https://github.com/searxng/searxng.git
synced 2026-09-13 09:46:08 +00:00
[fix] ci: run armv7 test on the amd64 runner (#6711)
This commit is contained in:
5
.github/workflows/container.yml
vendored
5
.github/workflows/container.yml
vendored
@@ -105,9 +105,8 @@ jobs:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
- runner: ubuntu-26.04-arm
|
- runner: ubuntu-26.04-arm
|
||||||
arch: arm64
|
arch: arm64
|
||||||
# FIXME: https://github.com/searxng/searxng/pull/6655#issuecomment-5550293085
|
- runner: ubuntu-26.04
|
||||||
# - runner: ubuntu-26.04-arm
|
arch: armv7
|
||||||
# arch: armv7
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Login to GHCR
|
- name: Login to GHCR
|
||||||
|
|||||||
@@ -198,9 +198,7 @@ container.test() {
|
|||||||
pid_logs=$!
|
pid_logs=$!
|
||||||
|
|
||||||
# Wait until container is ready
|
# Wait until container is ready
|
||||||
sleep 20
|
curl -fsS --retry 30 --retry-delay 2 --retry-all-errors --max-time 5 "http://localhost:8080/healthz"
|
||||||
|
|
||||||
curl -vf --max-time 5 "http://localhost:8080/healthz"
|
|
||||||
|
|
||||||
kill $pid_logs &>/dev/null || true
|
kill $pid_logs &>/dev/null || true
|
||||||
podman stop "$name" >/dev/null
|
podman stop "$name" >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user