Commit Graph

4 Commits

Author SHA1 Message Date
Chen Sun 90ed23d183
chore: exclude `sdk-` tags when preparing base deployment for upgrade test (#9477)
* exclude `sdk-` tags when preparing base deployment for upgrade test

* Update deploy-pipeline-lite.sh

* Update deploy-pipeline-lite.sh

* Update upgrade-tests.sh
2023-05-23 00:08:35 +00:00
Chen Sun e115e0c01f
[WIP] test: Add v2 upgrade test (#9287)
* Add v2 upgrade test

* demo recurring run missing runtime config

* Revert "demo recurring run missing runtime config"

This reverts commit 58154c5548.

* add v2 entries in upgrade  test script

* address review comments
2023-05-03 21:56:45 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong 5391e88fbc
[Testing] KFP standalone test infra for upgradability (#1971)
* Implement upgrade test

* mark upgrade-tests.sh as executable

* Fix comments

* Base upgrade_test_setup.yaml

* e2e integration of upgrade test

* Fix entrypoint argument

* Fix e2e workflow yaml

* Fix run_test.sh argument processing

* Fix no closing backtick

* Restrucutre upgrade_test.go to focus the test on upgrade verification

* clean up code

* Clean up after upgrade test when it is run in integration tests.

* Include pipeline tests in upgrade test

* Reorder tests

* Add upgrade test coverage for run api resources

* Add job api resource coverage in upgrade test & refactored upgrade test

* Fix add missing step in upgrade test

* Fix BUILD.bazel

* Fix upgrade_test.go

* Try to fix upgrade test failure

* Fix hard coded namespace

* Sync upgrade-tests.sh with new changes in presubmit-tests-with-pipeline-deployment.sh

* Update upgrade test

* Remove redundant code

* Fix integration test exit code

* Fix trigger interval second mismatch
2020-03-09 16:53:37 -07:00