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

Add required fields to e2e cr. #43

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Conversation

HumairAK
Copy link
Contributor

Description

E2E tests Cr update, also a quick syntax update to curl call.

How Has This Been Tested?

Can't test locally, will need to merge and test via ci

Merge criteria:

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

Signed-off-by: Humair Khan <humair88@hotmail.com>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 10, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from humairak. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@rimolive
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Mar 10, 2023
@HumairAK HumairAK merged commit 0c572d1 into opendatahub-io:main Mar 10, 2023
@openshift-ci openshift-ci bot removed the lgtm label Mar 10, 2023
@@ -56,7 +56,7 @@ function create_pipeline() {

ROUTE=$(oc get route ds-pipeline-ui-sample --template={{.spec.host}})
SA_TOKEN=$(oc create token ds-pipeline-ui-sample)
PIPELINE_ID=$(curl -s -k -H "Authorization: Bearer ${SA_TOKEN}" -F "uploadfile=@${RESOURCEDIR}/test-pipeline-run.yaml" https://${ROUTE}/apis/v1beta1/pipelines/upload | jq -r .id)
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@DharmitD DharmitD left a comment

Choose a reason for hiding this comment

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

/approve

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.

3 participants