-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this commit, the `TestAffinityAssistant_PerWorkspace` integration test validates the lifecycle status of the Affinity Assistant `StatefulSet` of the `pipeleinrun` when it is created and completed. However, the `StatefulSet` cannot be created (and deleted) immediately after the `pipelinerun` is created (and completed) due to API latency, which makes the test flacky (see [example](https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/6921/pull-tekton-pipeline-integration-tests/1679203026977427456)). This commit removes statefulset status check in the integration test. This functionality is covered in the [unit test](https://github.com/tektoncd/pipeline/blob/b769b5620300d7fb6d6638083124d03636caa503/pkg/reconciler/pipelinerun/affinity_assistant_test.go#L188). /kind bug
- v0.68.0
- v0.66.0
- v0.65.6
- v0.65.5
- v0.65.4
- v0.65.3
- v0.65.2
- v0.65.1
- v0.65.0
- v0.64.0
- v0.63.0
- v0.62.8
- v0.62.7
- v0.62.6
- v0.62.5
- v0.62.4
- v0.62.3
- v0.62.2
- v0.62.1
- v0.62.0
- v0.61.1
- v0.61.0
- v0.60.2
- v0.60.1
- v0.60.0
- v0.59.5
- v0.59.4
- v0.59.3
- v0.59.2
- v0.59.1
- v0.59.0
- v0.58.0
- v0.57.0
- v0.56.9
- v0.56.8
- v0.56.7
- v0.56.6
- v0.56.5
- v0.56.4
- v0.56.3
- v0.56.2
- v0.56.1
- v0.56.0
- v0.55.0
- v0.54.2
- v0.54.1
- v0.54.0
- v0.53.9
- v0.53.8
- v0.53.7
- v0.53.6
- v0.53.5
- v0.53.4
- v0.53.3
- v0.53.2
- v0.53.1
- v0.53.0
- v0.52.1
- v0.52.0
- v0.51.0
- v0.50.6
- v0.50.5
- v0.50.4
- v0.50.3
- v0.50.2
- v0.50.1
- v0.50.0
1 parent
7ab37a1
commit 9c249d6
Showing
1 changed file
with
7 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters