Skip to content

Commit 1a6cef4

Browse files
jeroptekton-robot
authored andcommitted
Enable minimal embedded status is alpha integration tests
In tektoncd/pipeline#5032, we added the logic for setting embedded status when running end to end tests. In this change, we set `embedded-status` to `"minimal"` so that we can dogfood the feature alongside other alpha features. This also allows us to run examples with `Matrix` which needs minimal embedded status.
1 parent 0b908af commit 1a6cef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prow/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,8 @@ presubmits:
988988
env:
989989
- name: PIPELINE_FEATURE_GATE
990990
value: "alpha"
991+
- name: EMBEDDED_STATUS_GATE
992+
value: "minimal"
991993
- name: pull-tekton-pipeline-go-coverage
992994
labels:
993995
preset-github-token: "true"

0 commit comments

Comments
 (0)