Skip to content

Commit

Permalink
Update CI to use latest LTS release of tektoncd/pipeline (#1161)
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
  • Loading branch information
PuneetPunamiya authored Jul 30, 2024
1 parent a4633b0 commit 5385d3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ header "Setting up environment"
# Test against nightly instead of latest.
install_tkn

export RELEASE_YAML="https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.45.0/release.yaml"
export RELEASE_YAML="https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.59.2/release.yaml"
install_pipeline_crd

install_chains
Expand Down
10 changes: 8 additions & 2 deletions test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ func TestRekor(t *testing.T) {
"artifacts.oci.format": "simplesigning",
"artifacts.oci.signer": "x509",
"artifacts.oci.storage": "tekton",
"transparency.enabled": "manual",
// TODO: revert back to manual once we get the fix in tektoncd/pipeline
// Chains issue: https://github.com/tektoncd/chains/issues/1117
// Pipelines issue: https://github.com/tektoncd/pipeline/issues/7291
"transparency.enabled": "true",
},
getObject: getTaskRunObject,
},
Expand All @@ -165,7 +168,10 @@ func TestRekor(t *testing.T) {
"artifacts.oci.format": "simplesigning",
"artifacts.oci.signer": "x509",
"artifacts.oci.storage": "tekton",
"transparency.enabled": "manual",
// TODO: revert back to manual once we get the fix in tektoncd/pipeline
// Chains issue: https://github.com/tektoncd/chains/issues/1117
// Pipelines issue: https://github.com/tektoncd/pipeline/issues/7291
"transparency.enabled": "true",
},
getObject: getPipelineRunObject,
},
Expand Down

0 comments on commit 5385d3e

Please sign in to comment.