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

[WIP] SRVKP-6191 new basic test for http resolver #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jayesh-garg
Copy link
Collaborator

No description provided.

@jayesh-garg jayesh-garg force-pushed the SRVKP-6191 branch 3 times, most recently from a53e467 to b0c711e Compare September 10, 2024 08:12
tc_spec_map.json Outdated Show resolved Hide resolved
tc_spec_map.json Outdated Show resolved Hide resolved
testdata/resolvers/tasks/http-resolver-task.yaml Outdated Show resolved Hide resolved
specs/pipelines/http-resolvers.spec Outdated Show resolved Hide resolved
specs/pipelines/http-resolvers.spec Outdated Show resolved Hide resolved
specs/pipelines/http-resolvers.spec Outdated Show resolved Hide resolved
@jayesh-garg jayesh-garg changed the title SRVKP-6191 new basic test for http resolver [WIP] SRVKP-6191 new basic test for http resolver Sep 12, 2024
@jayesh-garg jayesh-garg changed the title [WIP] SRVKP-6191 new basic test for http resolver SRVKP-6191 new basic test for http resolver Sep 16, 2024
@@ -0,0 +1,19 @@
apiVersion: tekton.dev/v1
Copy link
Member

Choose a reason for hiding this comment

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

What is this good for? You are not using HTTP resolver anywhere 🤔

Copy link
Member

Choose a reason for hiding this comment

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

this task is not used at all

@jayesh-garg jayesh-garg force-pushed the SRVKP-6191 branch 2 times, most recently from 3f6b6a0 to ebd0696 Compare September 26, 2024 11:08
@jayesh-garg jayesh-garg changed the title SRVKP-6191 new basic test for http resolver [WIP] SRVKP-6191 new basic test for http resolver Sep 27, 2024
Copy link
Member

@ppitonak ppitonak left a comment

Choose a reason for hiding this comment

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

you need to rebase because there is a conflict in tc_spec_map.json

* Create
|S.NO|resource_dir |
|----|-----------------------------------------------------------------|
|1 |testdata/resolvers/pipelineruns/http-resolver-pipelinerun.yaml |
Copy link
Member

Choose a reason for hiding this comment

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

Did you test it? This will fail because pipeline doesn't exist

taskRef:
resolver: http
params:
url: https://github.com/tektoncd/catalog
Copy link
Member

Choose a reason for hiding this comment

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

this will not work

@@ -0,0 +1,19 @@
apiVersion: tekton.dev/v1
Copy link
Member

Choose a reason for hiding this comment

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

this task is not used at all

- name: url
value: "https://github.com/tektoncd/catalog"
- name: method
value: "GET"
Copy link
Member

Choose a reason for hiding this comment

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

Pipeline doesn't have any params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants