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 python tekton pipeline demo #354

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

KevinMGranger
Copy link
Collaborator

This adds a basic python-based tekton demo in the demo dir, and a script to set it up and run it.

This is separate from the work in #333 because we should merge early and merge often. #333 will be a big enough PR on its own, so separating this will help with readability.

This is not documented in the docs/Demo.md page because we should have the tekton functionality in pelorus up and running first.

Closes #331.

Testing Instructions

  1. Make sure:
  • oc and tkn are installed
  • you're logged in to the cluster
  • you have permission to install operators and create projects
  1. run `./demo/demo-tekton

You should eventually see a simple page served at the link referenced in the output.

Continuing with the script as normal should eventually show changes to that page.

@redhat-cop/mdt

Copy link
Collaborator

@mpryc mpryc left a comment

Choose a reason for hiding this comment

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

LGTM

@KevinMGranger KevinMGranger merged commit 5439fc5 into dora-metrics:master Feb 10, 2022
@KevinMGranger KevinMGranger deleted the tekton_demo branch February 23, 2022 20:28
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.

Make a simple tekton-based example demo
2 participants