File tree Expand file tree Collapse file tree 8 files changed +35
-12
lines changed Expand file tree Collapse file tree 8 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 64
64
jobs :
65
65
openwhisk :
66
66
runs-on : ubuntu-22.04
67
+ continue-on-error : false
68
+ strategy :
69
+ fail-fast : true
67
70
steps :
68
71
- name : Checkout
69
72
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 49
49
50
50
# github
51
51
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
52
- GH_BRANCH : ${{ github.head_ref || github.ref_name }}
52
+ GH_BRANCH : ${{ github.head_ref || github.ref_name }}
53
53
54
54
jobs :
55
55
openwhisk :
56
56
runs-on : ubuntu-22.04
57
+ continue-on-error : false
58
+ strategy :
59
+ fail-fast : true
57
60
steps :
58
61
- name : Checkout
59
62
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44
44
45
45
# github
46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
- GH_BRANCH : ${{ github.head_ref || github.ref_name }}
47
+ GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
49
jobs :
50
50
openwhisk :
51
51
runs-on : ubuntu-22.04
52
+ continue-on-error : false
53
+ strategy :
54
+ fail-fast : true
52
55
steps :
53
56
- name : Checkout
54
57
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44
44
45
45
# github
46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
- GH_BRANCH : ${{ github.head_ref || github.ref_name }}
47
+ GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
49
jobs :
50
50
openwhisk :
51
51
runs-on : ubuntu-22.04
52
+ continue-on-error : false
53
+ strategy :
54
+ fail-fast : true
52
55
steps :
53
56
- name : Checkout
54
57
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44
44
45
45
# github
46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
- GH_BRANCH : ${{ github.head_ref || github.ref_name }}
47
+ GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
49
jobs :
50
50
openwhisk :
51
51
runs-on : ubuntu-22.04
52
+ continue-on-error : false
53
+ strategy :
54
+ fail-fast : true
52
55
steps :
53
56
- name : Checkout
54
57
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44
44
45
45
# github
46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
- GH_BRANCH : ${{ github.head_ref || github.ref_name }}
47
+ GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
49
jobs :
50
50
openwhisk :
51
51
runs-on : ubuntu-22.04
52
+ continue-on-error : false
53
+ strategy :
54
+ fail-fast : true
52
55
steps :
53
56
- name : Checkout
54
57
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 44
44
45
45
# github
46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
- GH_BRANCH : ${{ github.head_ref || github.ref_name }}
47
+ GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
49
jobs :
50
50
openwhisk :
51
51
runs-on : ubuntu-22.04
52
+ continue-on-error : false
53
+ strategy :
54
+ fail-fast : true
52
55
steps :
53
56
- name : Checkout
54
57
uses : actions/checkout@v3
79
82
- run : OPENWHISK_HOST="172.17.0.1" USERS="1" REQUESTS_PER_SEC="1" ./gradlew gatlingRun-org.apache.openwhisk.ColdBlockingInvokeSimulation
80
83
continue-on-error : true
81
84
- name : Slack Notification
82
- run : >
83
- ./tools/github/writeOnSlack.sh
84
- "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD}
85
- $'\nbranch:' $GH_BRANCH
86
- $'\nmessage:' "$(git log -1 --oneline | cat)"
87
- $'\nCheck GitHub logs for results'
85
+ run : >
86
+ ./tools/github/writeOnSlack.sh
87
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD}
88
+ $'\nbranch:' $GH_BRANCH
89
+ $'\nmessage:' "$(git log -1 --oneline | cat)"
90
+ $'\nCheck GitHub logs for results'
Original file line number Diff line number Diff line change 20
20
# then echo skipping setup ; exit 0
21
21
# fi
22
22
23
+ set -e
24
+
23
25
# retries a command for five times and exits with the non-zero exit if even after
24
26
# the retries the command did not succeed.
25
27
function retry() {
You can’t perform that action at this time.
0 commit comments