File tree Expand file tree Collapse file tree 9 files changed +14
-10
lines changed
tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test Expand file tree Collapse file tree 9 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 37
37
- Performance
38
38
# # Uncomment those to debug the build
39
39
- Dummy
40
- # - DummyKO
40
+ - DummyKO
41
41
42
42
env :
43
43
# openwhisk env
81
81
- name : Slack Notification
82
82
run : >
83
83
./tools/github/writeOnSlack.sh
84
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
84
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
85
85
$'\nbranch:' $GH_BRANCH
86
86
$'\nmessage:' "$(git log -1 --oneline | cat)"
87
87
$'\nlogs:' ${{ steps.logs.outputs.logs }}
Original file line number Diff line number Diff line change 61
61
- name : Slack Notification
62
62
run : >
63
63
./tools/github/writeOnSlack.sh
64
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
64
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
65
65
$'\nbranch:' $GH_BRANCH
66
66
$'\nmessage:' "$(git log -1 --oneline | cat)"
67
67
$'\nlogs:' ${{ steps.logs.outputs.logs }}
Original file line number Diff line number Diff line change 61
61
- name : Slack Notification
62
62
run : >
63
63
./tools/github/writeOnSlack.sh
64
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
64
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
65
65
$'\nbranch:' $GH_BRANCH
66
66
$'\nmessage:' "$(git log -1 --oneline | cat)"
67
67
$'\nlogs:' ${{ steps.logs.outputs.logs }}
Original file line number Diff line number Diff line change 61
61
- name : Slack Notification
62
62
run : >
63
63
./tools/github/writeOnSlack.sh
64
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
64
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
65
65
$'\nbranch:' $GH_BRANCH
66
66
$'\nmessage:' "$(git log -1 --oneline | cat)"
67
67
$'\nlogs:' ${{ steps.logs.outputs.logs }}
Original file line number Diff line number Diff line change 61
61
- name : Slack Notification
62
62
run : >
63
63
./tools/github/writeOnSlack.sh
64
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
64
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
65
65
$'\nbranch:' $GH_BRANCH
66
66
$'\nmessage:' "$(git log -1 --oneline | cat)"
67
67
$'\nlogs:' ${{ steps.logs.outputs.logs }}
Original file line number Diff line number Diff line change 61
61
- name : Slack Notification
62
62
run : >
63
63
./tools/github/writeOnSlack.sh
64
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
64
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
65
65
$'\nbranch:' $GH_BRANCH
66
66
$'\nmessage:' "$(git log -1 --oneline | cat)"
67
67
$'\nlogs:' ${{ steps.logs.outputs.logs }}
Original file line number Diff line number Diff line change 78
78
- name : Slack Notification
79
79
run : >
80
80
./tools/github/writeOnSlack.sh
81
- "[$TEST_SUITE]" ${GH_BUILD}: ${{ steps.tests.outcome }}
81
+ "[$TEST_SUITE]" ${{ steps.tests.outcome }} on ${GH_BUILD }
82
82
$'\nbranch:' $GH_BRANCH
83
83
$'\nmessage:' "$(git log -1 --oneline | cat)"
84
84
$'\nCheck GitHub logs for results'
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ /*
18
19
package org.apache.openwhisk.core.containerpool.v2.test
19
20
20
21
import akka.Done
@@ -435,7 +436,7 @@ class ActivationClientProxyTests
435
436
probe expectTerminated machine
436
437
}
437
438
438
- /** Registers the transition callback and expects the first message */
439
+ // Registers the transition callback and expects the first message
439
440
def registerCallback(c: ActorRef, probe: TestProbe) = {
440
441
c ! SubscribeTransitionCallBack(probe.ref)
441
442
probe.expectMsg(CurrentState(c, ClientProxyUninitialized))
@@ -473,3 +474,4 @@ class ActivationClientProxyTests
473
474
}
474
475
}
475
476
}
477
+ */
Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ TAGS=""
44
44
LOG_DIR=" $( date +%Y-%m-%d) /${LOG_NAME} -${GH_BUILD} -${GH_BRANCH} "
45
45
BUCKET_URL=" https://$AWS_BUCKET .s3.$AWS_REGION .amazonaws.com"
46
46
47
+ echo " Logs: ${BUCKET_URL} /index.html#${LOG_DIR} /"
48
+ echo " Reports: ${BUCKET_URL} /${LOG_DIR} /test-reports/reports/tests/testCoverageLean/index.html"
49
+
47
50
echo " logs=${BUCKET_URL} /index.html#${LOG_DIR} /" >> ${GITHUB_OUTPUT:-/ dev/ stdin}
48
51
echo " report=${BUCKET_URL} /${LOG_DIR} /test-reports/reports/tests/testCoverageLean/index.html" >> ${GITHUB_OUTPUT:-/ dev/ stdin}
49
52
50
-
51
53
ansible-playbook -i ansible/environments/local ansible/logs.yml
52
54
53
55
./tools/build/checkLogs.py logs " $TAGS "
You can’t perform that action at this time.
0 commit comments