Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Signals CI & Image / signals-ci (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled
Policy Simulation / policy-simulate (push) Has been cancelled
SDK Publish & Sign / sdk-publish (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Concelier Attestation Tests / attestation-tests (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
CI runner for DEVOPS-CI-110-001 (Concelier + Excititor smoke)
Scope
- Warm NuGet cache from
local-nugets,.nuget/packages, and (optionally) NuGet.org. - Ensure OpenSSL 1.1 is present (installs
libssl1.1when available viaapt-get). - Run lightweight slices:
- Concelier WebService:
HealthAndReadyEndpointsRespond - Excititor WebService:
AirgapImportEndpointTests*
- Concelier WebService:
- Emit TRX + logs to
ops/devops/artifacts/ci-110/<timestamp>/.
Usage
export NUGET_SOURCES="/mnt/e/dev/git.stella-ops.org/local-nugets;/mnt/e/dev/git.stella-ops.org/.nuget/packages;https://api.nuget.org/v3/index.json"
export TIMESTAMP=$(date -u +%Y%m%dT%H%M%SZ) # optional, for reproducible paths
bash ops/devops/ci-110-runner/run-ci-110.sh
Artifacts
- TRX:
ops/devops/artifacts/ci-110/<timestamp>/trx/concelier-health.trx(1 test)excititor-airgapimport.fqn.trx(2 tests)
- Logs + restores under
ops/devops/artifacts/ci-110/<timestamp>/logs/.
Notes
- The runner uses
--no-buildon test slices; prior restores are included in the script. - If OpenSSL 1.1 is not present and
apt-getcannot installlibssl1.1, setLD_LIBRARY_PATHto a pre-installed OpenSSL 1.1 location before running. - Extend the runner by adding more
run_test_slicecalls for additional suites; keep filters tight to avoid long hangs on constrained CI.