Commit Graph

6 Commits

Author SHA1 Message Date
Tommy Li c4f52e5f1c
Add taskrun name and uid into big data passing midpath (#771)
* add uid into big data passing midpath and update uid replacement to also replace with Tekton uid variable

* use taskrun name as midpath

* regenerate tests

* fix tests

* fix tests

* fix lint

* fix tests

* update midpath from uid to original pipelinerun

* fix lint

* replace original pipelinerun name in api to make metadata writer to work. Also add big data passing format to pipeline annotations

* update sdk loop logic to pass workspaces to sub-pipelines

* fix tests
2021-12-09 01:32:55 +00:00
kfp-tekton-bot ede6750224
KFP 1.4.0 Rebase (#481)
* KFP 1.4.0 Rebase

Resolves #469

* Remove duplicated KFP samples

* Resolve api and backend and SDK test conflicts

* Upgrade kfp requirements to 1.4.0

* Update testdata regenerate YAML files

* Resolve CONTRIBUTING.md

* Regenerate KFP samples compile report

* Update README.md files for KFP version 1.4.0

* Resolve frontend conflicts

* Revert list-wrapped loop arguments

* Remove compiler_tests.py.rej
2021-03-01 10:21:26 -08:00
Feng Li 9267f1f8d5
Further big_data_passing fixes after PR #166 (#194)
* further big_data_passing fixes after PR #166

* further big_data_passing fixes after PR #166

* address comments from reviewers

* Address comments form Tomcli
2020-06-24 10:05:18 -07:00
Christian Kadner c1b7410029
Add end-to-end compiler tests (#174)
- Regenerate all "Golden" YAML files with PipelineRun
- Dynamically generate E2E test cases from "Golden" YAML files
- Add e2e_test target to Makefile
- Generate new "Golden" log files from Tekton pipeline run
- Fix PendingDeprecationWarning: dsl.ContainerOp....` will be removed in future releases
  Use `dsl.ContainerOp.container....` instead.
- Fix UserWarning: Missing type name was inferred as ...

Resolves #28
2020-06-11 15:10:57 -07:00
Feng Li 81f578a602
Change bigger to big, fix issues introduced by PR 170 (#173) 2020-06-09 23:28:04 -07:00
Feng Li b05bc9fa30
commit code for big data passing (#169) 2020-06-08 21:31:18 -07:00