We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit cbc707aCopy full SHA for cbc707a
.github/workflows/kuberay-upgrade.yml
@@ -0,0 +1,18 @@
1
+name: Test KubeRay Operator Upgrade to latest available helm image
2
+
3
+on:
4
+ repository_dispatch:
5
+ types: [branch-dispatch]
6
7
+jobs:
8
+ run_kuberay_upgrade_tests:
9
+ runs-on: kuberay-testing # target runner
10
+ permissions:
11
+ contents: read
12
+ steps:
13
+ start test
14
+ - name: dummy test
15
+ run: |
16
+ sleep 60 # test success
17
+ # # sleep 300 # test failure
18
+ # # exit 1 # test failure
README.md
@@ -0,0 +1 @@
+# kuberay-post-merge-tests
0 commit comments