branch-dispatch #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test KubeRay Operator Upgrade to latest available helm image | |
| on: | |
| repository_dispatch: | |
| types: [branch-dispatch] | |
| jobs: | |
| run_kuberay_upgrade_tests: | |
| runs-on: kuberay-testing # target runner | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: dummy test | |
| run: | | |
| sleep 60 # test success | |
| # # sleep 300 # test failure | |
| # # exit 1 # test failure |