ci: s57 host-mode k8s runner probe
All checks were successful
s57-probe / where (push) Successful in 1s
fenced-demo / where-am-i (push) Successful in 2s

This commit is contained in:
platform-admin 2026-07-01 02:56:54 +00:00
parent f998a8dd15
commit 4e88186bed

View file

@ -0,0 +1,13 @@
name: s57-probe
on: [push]
jobs:
where:
runs-on: seaspots-s57-utils
steps:
- name: identity + toolchain (host-mode on k8s)
run: |
echo "runner-name: ${RUNNER_NAME:-unknown}"
echo "nproc: $(nproc)"
echo "mem-total: $(free -g | awk '/Mem:/{print $2}')Gi"
echo "scratch: $(df -h /scratch | tail -1)"
echo "ogr2ogr: $(ogr2ogr --version | head -1)"