-
Notifications
You must be signed in to change notification settings - Fork 6
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
enable tekton support #108
enable tekton support #108
Conversation
Signed-off-by: Sam Yuan <[email protected]>
f8e14f2
to
385a27a
Compare
index.js
Outdated
@@ -103,6 +104,10 @@ async function setup() { | |||
core.info(`use grafana enable `+grafana_enable); | |||
parameterExport = parameterExport + " && export GRAFANA_ENABLE="+grafana_enable; | |||
} | |||
if (tekton_enable.length !==0) { | |||
core.info(`use grafana enable `+tekton_enable); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use tekton enable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
Signed-off-by: Sam Yuan <[email protected]>
@SamYuan1990 In another PR, we can add steps to verify tekton installation in |
@@ -62,19 +62,56 @@ jobs: | |||
test_local_cluster_with_prometheus_grafana: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: test_local_cluster_with_prometheus_grafana
should be test_local_cluster_with_prometheus_grafana_tekton
?
I am open for it. but consider sustainable-computing-io/local-dev-cluster#60 (comment) I will merge this PR and give a quick test for sustainable-computing-io/aws_ec2_self_hosted_runner#17 |
once this PR been merged, let try to use latest branch to integrate with kepler model server.
add tekton support