Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes e2e test for ClusterTask #1375

Merged
merged 1 commit into from
May 24, 2021
Merged

Conversation

sm43
Copy link
Member

@sm43 sm43 commented May 24, 2021

For clustertask test, it use to fetch list of taskruns using label
tekton.dev/task instead of tekton.dev/clusterTask.

Fixes #1319

Signed-off-by: Shivam Mukhade smukhade@redhat.com

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes tests (if functionality changed/added)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

See the contribution guide
for more details.

Release Notes

@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label May 24, 2021
@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 24, 2021
For clustertask test, it use to fetch list of taskruns using label
`tekton.dev/task` instead of `tekton.dev/clusterTask`.

Fixes tektoncd#1319

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
@sm43 sm43 force-pushed the fix-e2e-for-ct branch from d10acf5 to 91c4beb Compare May 24, 2021 03:20
@sm43
Copy link
Member Author

sm43 commented May 24, 2021

/retest

Copy link
Member

@vinamra28 vinamra28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/meow

@tekton-robot
Copy link
Contributor

@vinamra28: cat image

In response to this:

/lgtm
/meow

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label May 24, 2021
@piyush-garg
Copy link
Contributor

/lgtm
/approve

@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: piyush-garg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 24, 2021
@tekton-robot tekton-robot merged commit bd86190 into tektoncd:main May 24, 2021
@sm43 sm43 deleted the fix-e2e-for-ct branch May 24, 2021 04:53
piyush-garg added a commit that referenced this pull request Jun 8, 2021
#1361 | [Pradeep Kumar] update cli version to v0.18.0 in readme | 2021/04/27-17:00
#1367 | [PuneetPunamiya] Updates TriggerTemplate Tests from Test Builders to Structs | 2021/05/10-11:28
#1367 | [PuneetPunamiya] Updates TriggerBinding Tests from Test Builders to Structs | 2021/05/10-11:28
#1367 | [PuneetPunamiya] Updates ClusterTriggerBinding Tests from Test Builders to Structs | 2021/05/10-11:28
#1367 | [PuneetPunamiya] Updates Eventlistener Tests from Test Builders to Structs | 2021/05/10-11:28
#1364 | [SM43] Fixes tkn task start to ask for params interactively if not passed | 2021/05/12-06:53
#1366 | [Chmouel Boudjnah] Lookup plugins in current path | 2021/05/12-12:59
#1374 | [vinamra28] Bump plumbing dependencies to fix CI | 2021/05/21-08:18
#1375 | [SM43] Fixes e2e test for ClusterTask | 2021/05/24-05:41
#1369 | [SM43] Bump Hub dependency with latest updates | 2021/05/25-16:30
null | [Piyush Garg] Bump tektoncd/pipeline to v0.24.1 | 2021/06/01-14:47
null | [Anshul Verma] Fixes Issue #1067     Added --component option to just output the version of the components like client|pipeline|triggers | 2021/06/01-15:28
null | [Anshul Verma] Fixes 1000 Interative pipeline/task start fail when `-f` option is used and a `param` in the definition does not have the `type` defined. This fix gives a validation error if any `param` does not have a type defined. | 2021/06/02-10:34
null | [SM43] Fixes pipeline start to ask for params interactively if not passed | 2021/06/02-12:14
null | [SM43] Fixes clusterTask start to ask for params interactively if not passed | 2021/06/02-13:02
null | [vinamra28] Add support for optional workspaces in tkn start | 2021/06/02-13:29
null | [Piyush Garg] Bump to tektoncd/triggers v0.14.1 | 2021/06/02-14:59
null | [Piyush Garg] Fix rpm spec file | 2021/06/02-15:38
null | [vinamra28] Common Description for workspace flag in start command | 2021/06/02-19:37
null | [Chmouel Boudjnah] Add a flag to not print the taskname/step prefix when showing logs | 2021/06/03-08:59
null | [Chmouel Boudjnah] Replace maze.io/x/duration with its redirect | 2021/06/08-09:37

Signed-off-by: Piyush Garg <pgarg@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestClusterTaskInteractiveStartE2E/Start_ClusterTask_with_flags consistently fails
4 participants