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

Running parallel_join on openshift 4.3.1 #39

Closed
kevinyu98 opened this issue Mar 19, 2020 · 7 comments
Closed

Running parallel_join on openshift 4.3.1 #39

kevinyu98 opened this issue Mar 19, 2020 · 7 comments

Comments

@kevinyu98
Copy link
Contributor

Openshift 4.3.1 with openshift pipeline

then run parallel_join samples.

./oc apply -f https://raw.githubusercontent.com/kubeflow/kfp-tekton/ab5d43331a53600f3baecd1969ca6f3a101350fc/sdk/python/tests/compiler/testdata/parallel_join.yaml

tkn pipeline start parallel-pipeline

Here is the log

(.venv) (base) Qianyangs-MBP:kevin-openshift-v4-tekton qianyangyu$ ./oc apply -f https://raw.githubusercontent.com/kubeflow/kfp-tekton/ab5d43331a53600f3baecd1969ca6f3a101350fc/sdk/python/tests/compiler/testdata/parallel_join.yaml task.tekton.dev/gcs-download created task.tekton.dev/gcs-download-2 created task.tekton.dev/echo created pipeline.tekton.dev/parallel-pipeline created (.venv) (base) Qianyangs-MBP:kevin-openshift-v4-tekton qianyangyu$ tkn pipeline start parallel-pipeline ? Value for param url1of typestring? (Default is gs://ml-pipeline-playground/shakespeare1.txt) gs://ml-pipeline-playground/shakespeare1.txt ? Value for param url2of typestring? (Default is gs://ml-pipeline-playground/shakespeare2.txt`) gs://ml-pipeline-playground/shakespeare2.txt
Pipelinerun started: parallel-pipeline-run-k7chw

In order to track the pipelinerun progress run:
tkn pipelinerun logs parallel-pipeline-run-k7chw -f -n default
(.venv) (base) Qianyangs-MBP:kevin-openshift-v4-tekton qianyangyu$ tkn pipelinerun logs parallel-pipeline-run-k7chw -f -n default
[gcs-download : gcs-download] {"level":"info","ts":1584642628.819261,"logger":"fallback-logger","caller":"logging/config.go:69","msg":"Fetch GitHub commit ID from kodata failed: "KO_DATA_PATH" does not exist or is empty"}
[gcs-download : gcs-download] With which he yoketh your rebellious necks Razeth your cities and subverts your towns And in a moment makes them desolate

[echo : echo] {"level":"info","ts":1584642648.9410698,"logger":"fallback-logger","caller":"logging/config.go:69","msg":"Fetch GitHub commit ID from kodata failed: "KO_DATA_PATH" does not exist or is empty"}
[echo : echo] Text 1: gs://ml-pipeline-playground/shakespeare1.txt
[echo : echo] Text 2: gs://ml-pipeline-playground/shakespeare2.txt

[gcs-download-2 : gcs-download-2] {"level":"info","ts":1584642629.569524,"logger":"fallback-logger","caller":"logging/config.go:69","msg":"Fetch GitHub commit ID from kodata failed: "KO_DATA_PATH" does not exist or is empty"}
[gcs-download-2 : gcs-download-2] I find thou art no less than fame hath bruited And more than may be gatherd by thy shape Let my presumption not provoke thy wrath

`

@issue-label-bot issue-label-bot bot added the bug label Mar 19, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the labels:

Label Probability
bug 0.59

Please mark this comment with 👍 or 👎 to give our bot feedback!
Links: app homepage, dashboard and code for this bot.

@ckadner
Copy link
Member

ckadner commented Mar 19, 2020

Hi @kevinyu98 thanks for testing this on OpenShift 4.3

The output looks good. Why is this a Bug?

@kevinyu98
Copy link
Contributor Author

this seems run successfully. I didn't put it as bug, somehow when I create issue, it automatically tag it.

@ckadner
Copy link
Member

ckadner commented Mar 19, 2020

/remove-kind bug

@k8s-ci-robot
Copy link

@ckadner: Those labels are not set on the issue: kind/bug

In response to this:

/remove-kind bug

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.

@ckadner
Copy link
Member

ckadner commented Mar 19, 2020

/remove-label bug

@k8s-ci-robot
Copy link

@ckadner: The label(s) /remove-label bug cannot be applied. These labels are supported: api-review, community/discussion, community/maintenance, community/question, cuj/build-train-deploy, cuj/multi-user, platform/aws, platform/azure, platform/gcp, platform/minikube, platform/other, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash

In response to this:

/remove-label bug

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.

gmfrasca pushed a commit to gmfrasca/data-science-pipelines-tekton that referenced this issue Sep 27, 2022
feat(backend): Add simple UBI-based artifact management image
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

No branches or pull requests

3 participants