Skip to content

Commit

Permalink
workflows: udpate tektoncd/pipeline feature-flags
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Jan 19, 2024
1 parent c66d395 commit 4f8d0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ jobs:
if: ${{ matrix.pipeline-version != 'v0.47.6' && matrix.pipeline-version != 'v0.50.5' }}
with:
pipeline_version: ${{ matrix.pipeline-version }}
feature_flags: '{ "coschedule": "pipelineruns" }'
feature_flags: '{ "coschedule": "pipelineruns", "disable-affinity-assistant": "true" }'
- uses: openshift-pipelines/setup-tektoncd@v1
if: ${{ matrix.pipeline-version == 'v0.47.6' || matrix.pipeline-version == 'v0.50.5' }}
with:
pipeline_version: ${{ matrix.pipeline-version }}
feature_flags: '{ "enable-api-fields": "beta", "disable-affinity-assistant": "true"}'

# running end-to-end test target
- name: test-e2e
Expand Down

0 comments on commit 4f8d0c1

Please sign in to comment.