diff --git a/.github/actions/gradle/experiment-1/action.yml b/.github/actions/gradle/experiment-1/action.yml index 41c3bab0..0659efff 100644 --- a/.github/actions/gradle/experiment-1/action.yml +++ b/.github/actions/gradle/experiment-1/action.yml @@ -94,7 +94,8 @@ runs: ${ARG_TASKS:+"-t" "$ARG_TASKS"} \ ${ARG_ARGS:+"-a" "$ARG_ARGS"} \ ${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \ - ${ARG_GE_ENABLE:+"-e"} + ${ARG_GE_ENABLE:+"-e"} \ + ${RUNNER_DEBUG:+"--debug"} # Set the Build Scan urls as outputs RECEIPT_FILE=".data/01-validate-incremental-building/latest/exp1-*.receipt" diff --git a/.github/actions/gradle/experiment-2/action.yml b/.github/actions/gradle/experiment-2/action.yml index 7212e00b..f4bbeb6f 100644 --- a/.github/actions/gradle/experiment-2/action.yml +++ b/.github/actions/gradle/experiment-2/action.yml @@ -102,7 +102,8 @@ runs: ${ARG_ARGS:+"-a" "$ARG_ARGS"} \ ${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \ ${ARG_GE_ENABLE:+"-e"} \ - ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} + ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \ + ${RUNNER_DEBUG:+"--debug"} # Set the Build Scan urls as outputs RECEIPT_FILE=".data/02-validate-local-build-caching-same-location/latest/exp2-*.receipt" diff --git a/.github/actions/gradle/experiment-3/action.yml b/.github/actions/gradle/experiment-3/action.yml index 7ccf04ca..c5217475 100644 --- a/.github/actions/gradle/experiment-3/action.yml +++ b/.github/actions/gradle/experiment-3/action.yml @@ -102,7 +102,8 @@ runs: ${ARG_ARGS:+"-a" "$ARG_ARGS"} \ ${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \ ${ARG_GE_ENABLE:+"-e"} \ - ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} + ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \ + ${RUNNER_DEBUG:+"--debug"} # Set the Build Scan urls as outputs RECEIPT_FILE=".data/03-validate-local-build-caching-different-locations/latest/exp3-*.receipt" diff --git a/.github/actions/maven/experiment-1/action.yml b/.github/actions/maven/experiment-1/action.yml index 5c9e1ac9..5a4c5443 100644 --- a/.github/actions/maven/experiment-1/action.yml +++ b/.github/actions/maven/experiment-1/action.yml @@ -102,7 +102,8 @@ runs: ${ARG_ARGS:+"-a" "$ARG_ARGS"} \ ${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \ ${ARG_GE_ENABLE:+"-e"} \ - ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} + ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \ + ${RUNNER_DEBUG:+"--debug"} # Set the Build Scan urls as outputs RECEIPT_FILE=".data/01-validate-local-build-caching-same-location/latest/exp1-*.receipt" diff --git a/.github/actions/maven/experiment-2/action.yml b/.github/actions/maven/experiment-2/action.yml index 1ca807fe..5290be5f 100644 --- a/.github/actions/maven/experiment-2/action.yml +++ b/.github/actions/maven/experiment-2/action.yml @@ -102,7 +102,8 @@ runs: ${ARG_ARGS:+"-a" "$ARG_ARGS"} \ ${ARG_GE_URL:+"-s" "$ARG_GE_URL"} \ ${ARG_GE_ENABLE:+"-e"} \ - ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} + ${ARG_FAIL_IF_NOT_FULLY_CACHEABLE:+"-f"} \ + ${RUNNER_DEBUG:+"--debug"} # Set the Build Scan urls as outputs RECEIPT_FILE=".data/02-validate-local-build-caching-different-locations/latest/exp2-*.receipt"