8000 Tags · QuanZhang-William/pipeline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: QuanZhang-William/pipeline

Tags

v0.36.0

Toggle v0.36.0's commit message
Doubling the MaximumBundleObjects from 10 to 20.

The official hard limit is 255 ( for oci images ), and while testing use cases for bundles
it was noticed the current max is pretty low, and doubling should still ensure very small oci sizes as well as give a little more flexablitliy in testing.

Also updated the tests, so in the future if a change to the max happens, the tests should be g2g with no changes.

v0.35.1

Toggle v0.35.1's commit message
[PATCH] Patch knative/pkg to fix HA via StatefulSet

Tekton uses a version of knative/pkg in between a regression on
the HA via StatefulSet and its fix. Cherry-pick the patch for
a minor release. We shall pick-up a newer version of knative/pkg
for the next major release instead.

Original Knative PR: knative/pkg#2483
Tekton Issue: tektoncd#3404

Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>

v0.35.0

Toggle v0.35.0's commit message
Update tutorial links

We recently updated the introductory tutorial on the documnentation
website. That tutorial covers the same content as the one here. To avoid
duplicated efforts and content drift, I'm linkin that doc here and
replacing the existing content.

Additionally, this removes references to `PipelineResources`.

v0.34.1

Toggle v0.34.1's commit message
PipelineRunState cleanup: tests + comments

This commit cleans up PipelineRunState logic in preparation for a subsequent commit affecting retries.
It adds tests for DAGExecutionQueue and ensures that that function does not return any results if the PipelineRun is cancelled,
since we do not want to continue to schedule tasks if the PipelineRun is cancelled. (This is already documented and implemented elsewhere.)
It also fixes comments to correctly describe the behavior of GetFinalTasks
No functional changes.

v0.34.0

Toggle v0.34.0's commit message
PipelineRunState cleanup: tests + comments

This commit cleans up PipelineRunState logic in preparation for a subsequent commit affecting retries.
It adds tests for DAGExecutionQueue and ensures that that function does not return any results if the PipelineRun is cancelled,
since we do not want to continue to schedule tasks if the PipelineRun is cancelled. (This is already documented and implemented elsewhere.)
It also fixes comments to correctly describe the behavior of GetFinalTasks
No functional changes.

v0.32.4

Toggle v0.32.4's commit message
Fix incorrect format specifier in test files

v0.32.3

Toggle v0.32.3's commit message
Fix incorrect format specifier in test files

v0.31.4

Toggle v0.31.4's commit message
Fix incorrect format specifier in test files

v0.31.3

Toggle v0.31.3's commit message
Fix incorrect format specifier in test files

v0.30.4

Toggle v0.30.4's commit message
Fix incorrect format specifier in test files

0