Conformance report upload was skipped during release #2786
Labels
bug
Something isn't working
refined
Requirements are refined and the issue is ready to be implemented.
release-engineering
Relates to all release engineering tasks
Milestone
The last step of the conformance pipeline during a release is to upload the report to the release page. This step was skipped for some reason on all conformance jobs during our last release. The current condition to run it looks like:
which means that if the pipeline is running due to being triggered from a release tag, and the conformance test run enables experimental features (noted by the workflow name having the
true
boolean in it, likeConformance tests (nginx, v1.31.1, true
)), then a report should be uploaded to the release. This condition must have failed for some reason.Here is a sample job that should have uploaded the report: https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/11941492077/job/33286876541
The
inputs.enable-experimental
appears to be true, so the github.ref condition may be the culprit here, although it seemed to have worked in other workflows. This needs some investigation as to why the job was skipped.The text was updated successfully, but these errors were encountered: