Skip to content

Commit 8c6abd4

Browse files
committed
Consistent debug
1 parent 9105883 commit 8c6abd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build_ya/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
echo "::debug::get version"
8686
./ya --version
8787
88-
./ya make -k --build "${build_type}" --force-build-depends -D'BUILD_LANGUAGES=CPP PY3 PY2 GO' -T --stat \
88+
./ya make -k --build "${build_type}" --force-build-depends -D'BUILD_LANGUAGES=CPP PY3 PY2 GO' -T --stat -DCONSISTENT_DEBUG \
8989
--log-file "$TMP_DIR/ya_log.txt" --evlog-file "$TMP_DIR/ya_evlog.jsonl" \
9090
--cache-size 512G --link-threads "${{ inputs.link_threads }}" \
9191
"${extra_params[@]}" || (

.github/actions/test_ya/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ runs:
217217
echo "::debug::start tests"
218218
219219
./ya test "${params[@]}" \
220-
--bazel-remote-put --bazel-remote-username "${{ inputs.bazel_remote_username }}" --bazel-remote-password "${{ inputs.bazel_remote_password }}" \
220+
--bazel-remote-put --bazel-remote-username "${{ inputs.bazel_remote_username }}" --bazel-remote-password "${{ inputs.bazel_remote_password }}" -DCONSISTENT_DEBUG \
221221
--log-file "$LOG_DIR/ya_log_prewarm.txt" --evlog-file "$LOG_DIR/ya_evlog_prewarm.jsonl" \
222222
--dist-cache-evict-bins --cache-tests --no-dir-outputs --test-node-output-limit 100000 --drop-graph-result-before-tests || (
223223
RC=$?
@@ -227,7 +227,7 @@ runs:
227227
228228
echo "::debug::save tests reports"
229229
./ya test "${params[@]}" \
230-
--stat --log-file "$LOG_DIR/ya_log.txt" --evlog-file "$LOG_DIR/ya_evlog.jsonl" \
230+
--stat --log-file "$LOG_DIR/ya_log.txt" --evlog-file "$LOG_DIR/ya_evlog.jsonl" -DCONSISTENT_DEBUG \
231231
--cache-tests --dist-cache-evict-bins --no-dir-outputs --test-node-output-limit 100000 --drop-graph-result-before-tests \
232232
--junit "$JUNIT_REPORT_XML" --output "$OUT_DIR" || (
233233
RC=$?

0 commit comments

Comments
 (0)