Skip to content

Commit

Permalink
update docs (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Mar 30, 2020
1 parent a886e91 commit 82eb831
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The current work is being split in four areas, namely Compiler, API (with corres
To get started with contributing to KFP Tekton Compiler, please [follow these instructions](sdk/README.md), as well as look at [open issues on the repo](https://github.com/kubeflow/kfp-tekton/issues)

## KFP and Tekton: Deliverables
Please note that all these deliverables are work in progress, and at an early stage of exploration and execution. We are using Kubeflow Pipelines v0.2.2 and Tekton v0.10.0 for these experiments currently.
Please note that all these deliverables are work in progress, and at an early stage of exploration and execution. We are using Kubeflow Pipelines v0.2.2 and Tekton v0.11.0 for these experiments currently.

1. [KFP, Argo and Tekton Comparision](https://docs.google.com/spreadsheets/d/1LFUy86MhVrU2cRhXNsDU-OBzB4BlkT9C0ASD3hoXqpo/edit#gid=979402121)
2. [Equivalent Argo and Tekton Yaml for Flip Coin Sample from Kubeflow Pipeline](/samples/kfp-tekton)
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ There is an [SDK](https://www.kubeflow.org/docs/pipelines/sdk/sdk-overview/)
for `Kubeflow Pipeline` for end users to define end to end machine learning and data pipelines.
The output of the KFP SDK compiler is YAML for [Argo](https://github.com/argoproj/argo).

Here we update the `Compiler` of the KFP SDK to generate `Tekton` YAML for a basic pipeline with parallal and sequential steps. Please go through these steps to ensure you are setup properly to use the compiler.
Here we update the `Compiler` of the KFP SDK to generate `Tekton` YAML for a basic pipeline with parallel and sequential steps. Please go through these steps to ensure you are setup properly to use the compiler.

## Development Prerequisites

Expand Down
6 changes: 3 additions & 3 deletions sdk/python/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SUCCESS: recursive_do_while.py
SUCCESS: recursive_while.py
FAILURE: resourceop_basic.py
SUCCESS: sidecar.py
FAILURE: timeout.py
SUCCESS: timeout.py
SUCCESS: volume.py
FAILURE: volume_snapshotop_rokurl.py
FAILURE: volume_snapshotop_sequential.py
Expand All @@ -41,8 +41,8 @@ SUCCESS: withparam_global_dict.py
SUCCESS: withparam_output.py
SUCCESS: withparam_output_dict.py

Success: 17
Failure: 13
Success: 18
Failure: 12
Total: 30

The compilation status report was stored in /kfp-tekton/sdk/python/tests/test_kfp_samples_report.txt
Expand Down

0 comments on commit 82eb831

Please sign in to comment.