File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
echo "::debug::get version"
86
86
./ya --version
87
87
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 \
89
89
--log-file "$TMP_DIR/ya_log.txt" --evlog-file "$TMP_DIR/ya_evlog.jsonl" \
90
90
--cache-size 512G --link-threads "${{ inputs.link_threads }}" \
91
91
"${extra_params[@]}" || (
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ runs:
217
217
echo "::debug::start tests"
218
218
219
219
./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 \
221
221
--log-file "$LOG_DIR/ya_log_prewarm.txt" --evlog-file "$LOG_DIR/ya_evlog_prewarm.jsonl" \
222
222
--dist-cache-evict-bins --cache-tests --no-dir-outputs --test-node-output-limit 100000 --drop-graph-result-before-tests || (
223
223
RC=$?
@@ -227,7 +227,7 @@ runs:
227
227
228
228
echo "::debug::save tests reports"
229
229
./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 \
231
231
--cache-tests --dist-cache-evict-bins --no-dir-outputs --test-node-output-limit 100000 --drop-graph-result-before-tests \
232
232
--junit "$JUNIT_REPORT_XML" --output "$OUT_DIR" || (
233
233
RC=$?
You can’t perform that action at this time.
0 commit comments