Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit dc9c3f8

Browse files
committed
fix log4j test
1 parent 41ab62c commit dc9c3f8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/ccbin/moduletest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ cd $BaseDir/..
113113
BIZ_INSTALL_URL="http://localhost:8080/module/install"
114114
BIZ_LIST_URL="http://localhost:8080/module/list"
115115

116-
for moduleBootDir in $(find $(pwd) -type d -path "*/biz[1-9]" -o -path "*/*biz" |grep -v src|grep -v target|grep -v log);do
116+
for moduleBootDir in $(find $(pwd) -type d -path "*/biz[1-9]" -o -path "*/*biz" |grep -v src|grep -v target|grep -v logs);do
117117
echo "start deploy $moduleBootDir"
118118
cd $moduleBootDir
119119

.github/workflows/serverless_runtime_snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
sudo systemctl start redis-server
5151
sudo cp .github/workflows/ccbin/arkctl /usr/bin/arkctl
5252
53-
# - name: Run jdk8 serverless runtime test
54-
# run: |
55-
# set -e
56-
# bash .github/workflows/ccbin/start.sh jdk8
53+
- name: Run jdk8 serverless runtime test
54+
run: |
55+
set -e
56+
bash .github/workflows/ccbin/start.sh jdk8
5757
5858
- name: Set up JDK 17
5959
uses: actions/setup-java@v3

samples/springboot-samples/logging/log4j2/biz1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<configuration>
6565
<skipArkExecutable>true</skipArkExecutable>
6666
<outputDirectory>./target</outputDirectory>
67-
<bizName>biz1</bizName>
67+
<bizName>biz1-log4j2</bizName>
6868
<webContextPath>biz1</webContextPath>
6969
<declaredMode>true</declaredMode>
7070
<!-- 打包、安装和发布 ark biz-->

samples/springboot-samples/logging/log4j2/biz2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<configuration>
6565
<skipArkExecutable>true</skipArkExecutable>
6666
<outputDirectory>./target</outputDirectory>
67-
<bizName>biz2</bizName>
67+
<bizName>biz2-log4j2</bizName>
6868
<webContextPath>biz2</webContextPath>
6969
<declaredMode>true</declaredMode>
7070
<!-- 打包、安装和发布 ark biz-->

samples/springboot3-samples/logging/log4j2/biz1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<configuration>
5959
<skipArkExecutable>true</skipArkExecutable>
6060
<outputDirectory>./target</outputDirectory>
61-
<bizName>biz1</bizName>
61+
<bizName>biz1-log4j2</bizName>
6262
<webContextPath>biz1</webContextPath>
6363
<declaredMode>true</declaredMode>
6464
<!-- 打包、安装和发布 ark biz-->

samples/springboot3-samples/logging/log4j2/biz2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<configuration>
6565
<skipArkExecutable>true</skipArkExecutable>
6666
<outputDirectory>./target</outputDirectory>
67-
<bizName>biz2</bizName>
67+
<bizName>biz2-log4j2</bizName>
6868
<webContextPath>biz2</webContextPath>
6969
<declaredMode>true</declaredMode>
7070
<!-- 打包、安装和发布 ark biz-->

0 commit comments

Comments
 (0)