Skip to content

Commit 6ea3c34

Browse files
authored
[cirque] pull cirque version and resolve cache issues for third_party/openthread (project-chip#31131)
* Fix PATH order when launching cirque server * print more detailed log * test * update * Update * fix cirque * Pull cirque * Update
1 parent 420e6d4 commit 6ea3c34

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/cirque.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ jobs:
9090
--env GITHUB_ACTION_RUN=1 \
9191
--env GITHUB_CACHE_PATH=${{ env.GITHUB_CACHE_PATH }} \
9292
--volume /tmp:/tmp \
93-
-- scripts/tests/cirque_tests.sh bootstrap
93+
-- sh -c " \
94+
git config --global --add safe.directory '*' \
95+
&& scripts/tests/cirque_tests.sh bootstrap \
96+
"
9497
9598
- name: Artifact suffix
9699
id: outsuffix

scripts/tests/cirque_tests.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function __cirquetest_clean_flask() {
7878

7979
function __cirquetest_build_ot() {
8080
echo -e "[$BOLD_YELLOW_TEXT""INFO""$RESET_COLOR] Cache miss, build openthread simulation."
81-
script/cmake-build simulation -DOT_THREAD_VERSION=1.2 -DOT_MTD=OFF -DOT_FTD=OFF -DWEB_GUI=0 -DNETWORK_MANAGER=0 -DREST_API=0 -DNAT64=0
81+
script/cmake-build simulation -DOT_THREAD_VERSION=1.2 -DOT_MTD=OFF -DOT_FTD=OFF -DWEB_GUI=0 -DNETWORK_MANAGER=0 -DREST_API=0 -DNAT64=0 -DOT_LOG_OUTPUT=PLATFORM_DEFINED -DOT_LOG_LEVEL=DEBG
8282
mkdir -p "$(dirname "$OT_SIMULATION_CACHE")"
8383
tar czf "$OT_SIMULATION_CACHE" build
8484
echo "$OPENTHREAD_CHECKOUT" >"$OT_SIMULATION_CACHE_STAMP_FILE"
@@ -123,6 +123,9 @@ function cirquetest_bootstrap() {
123123

124124
__cirquetest_build_ot_lazy
125125
pip3 install -r requirements_nogrpc.txt
126+
127+
echo "OpenThread Version: $OPENTHREAD_CHECKOUT"
128+
echo "ot-br-posix Version: $OT_BR_POSIX_CHECKOUT"
126129
}
127130

128131
function cirquetest_run_test() {

third_party/openthread/repo

Submodule repo updated 88 files

0 commit comments

Comments
 (0)