-
I'm not exactly sure what this looks like but I wanted to start tracking this here if ppl have ideas.
Basically I think that we should have a great testing story around Tekton Pipelines, e.g.:
-…
-
## Expected Behavior
We should be measuring performance for Pipelines. This task includes both adding the actual measurement mechanism and also the design re. what exactly we want to measurement.
…
-
# Expected Behavior
I have configured my tekton operator with:
```yaml
pipeline:
disable-affinity-assistant: true
coschedule: isolate-pipelinerun
enable-api-fields: "alpha"
```
I…
-
Hi,
I've been experimenting a bit with Pipelines as Code together with bitbucket-server.
But it doesn't seem to work with CEL-Expression annotation:
...
annotations:
pipelinesascode.t…
-
# Versions and Operating System
- Kubernetes version:
**Output of `tkn version`**
```
Client Version: v1.25.0
Kustomize Version: v4.5.7
Server Version: v1.26.1
```
- Tekto…
-
# Expected Behavior
`context.task.retry-count` should give the actual retry count value
# Actual Behavior
`context.task.retry-count` returns value zero all the time
# Steps to Reproduce the Pr…
-
# Versions and Operating System
- Kubernetes version:
**Output of `kubectl version`:**
```
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server …
ctron updated
3 months ago
-
# Expected Behavior
Deletion should be performed normally.
# Actual Behavior
Got an error:
```
Error from server (BadRequest): error when deleting "eventlistener-serviceconfig.yaml": admission w…
m1n-q updated
3 months ago
-
When defining a Tekton Task that utilizes both spec.results and spec.steps[].results, the Task fails with a validation error. Specifically, the error indicates that the variables defined in spec.steps…
-
When I apply the following Kubernetes manifests on the default GKE cluster:
```
# Install tekton pipelines and tasks
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline…