moilanik
b685f3616e
fix(quality-gate): tee bats output for debug visibility
...
CI / Load gitea-env.conf to pipeline env (push) Successful in 13s
ci-cucumber Cucumber tests
CI / Quality Gate (push) Failing after 1m20s
CI / Build & Push Artifact (push) Has been skipped
Replace `>` redirect with `2>&1 | tee` so bats test output
appears in the pipeline log while still saving to results.txt.
chore(ci.yml): name load-config and main jobs for clarity
2026-06-14 07:45:20 +03:00
moilanik
afe8a0fe38
bats moun non read only
CI / load-config (push) Successful in 11s
ci-cucumber Cucumber tests
CI / Quality Gate (push) Failing after 1m15s
CI / main (push) Has been skipped
2026-06-14 07:36:34 +03:00
moilanik
3e7e2e7473
alsödgkhölaihgd
CI / load-config (push) Successful in 11s
ci-cucumber Cucumber tests
CI / feature (push) Failing after 1m16s
CI / main (push) Has been skipped
2026-06-14 07:24:40 +03:00
moilanik
8ce17d788b
exit code nosto
CI / load-config (push) Successful in 14s
ci-cucumber Cucumber tests
CI / feature (push) Failing after 1m7s
CI / main (push) Has been skipped
2026-06-14 07:10:17 +03:00
moilanik
92696e91a4
fix: propagate tool errors through quality gate + cucumber shell fix
...
CI / load-config (push) Successful in 10s
ci-cucumber Cucumber tests
CI / feature (push) Successful in 1m32s
CI / main (push) Has been skipped
- Remove bashcov from CI bats job (crashed on read-only fs, masked BATS_EXIT)
- Remove stale bats-cov volume (no longer needed)
- Add shell: bash to commit-status steps (sh doesn't support ${VAR:0:8})
- set +e first in bats step to catch all errors (docker pull, apk, etc.)
- Tool error → BATS_EXIT != 0 → commit-status failure → PR merge blocked
2026-06-14 06:18:56 +03:00
moilanik
38bba21cfd
tool errror nosto
CI / load-config (push) Successful in 11s
CI / feature (push) Failing after 1m22s
CI / main (push) Has been skipped
2026-06-14 06:07:42 +03:00
moilanik
23874f59b6
feat: implement quality-gate and publish-artifact pipelines
...
CI / load-config (push) Successful in 13s
CI / main (push) Has been skipped
ci-cucumber Cucumber tests passed
CI / feature (push) Successful in 2m6s
- Rename build-feature.yml → quality-gate.yml (merge-portti)
- Create build_publish-artifact.yml: check → qg → build → push → tag
- Add minimal Dockerfile for dogfood container build
- Simplify quality-gate.yml cucumber job (remove prepare step, TOOL_OK)
- Standardize test scripts in package.json for Docker-based local + CI runs
- Update ci.yml: main branch uses build_publish-artifact.yml
- Update docs/workflows.md: feature section rewritten with provider model
- Add .gitignore entries for coverage/ and reports/
2026-06-14 05:43:15 +03:00
moilanik
1128545d6b
default pipeline on quality-gate
CI / load-config (push) Successful in 10s
ci-cucumber Cucumber tests passed
CI / feature (push) Successful in 2m22s
CI / main (push) Has been skipped
2026-06-14 03:43:32 +03:00