1.4 KiB
1.4 KiB
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.