Skip to content

Commit cbc707a

Browse files
committed
init
0 parents  commit cbc707a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# kuberay-post-merge-tests

0 commit comments

Comments
 (0)