Slackbot
07/05/2022, 9:34 AMSlackbot
07/06/2022, 8:01 AMSlackbot
07/06/2022, 9:26 AMcnujntu
07/06/2022, 11:29 AMcnujntu
07/06/2022, 11:30 AMcnujntu
07/06/2022, 11:30 AMUnable to resolve POM for <http://com.XXXXX.em.am:common-api:6.1.4-rc1|com.XXXXX.em.am:common-api:6.1.4-rc1>: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':detachedConfiguration1'.
Slackbot
07/06/2022, 11:30 AMSlackbot
07/06/2022, 12:34 PMSlackbot
07/06/2022, 2:25 PMSlackbot
07/07/2022, 7:57 AMSlackbot
07/07/2022, 7:42 PMSlackbot
07/07/2022, 8:25 PMSlackbot
07/07/2022, 9:26 PMSlackbot
07/08/2022, 1:06 AMSlackbot
07/08/2022, 8:22 AMSlackbot
07/08/2022, 4:49 PMSlackbot
07/08/2022, 7:34 PMSlackbot
07/09/2022, 9:05 AMSlackbot
07/09/2022, 2:49 PMmagic flo
07/09/2022, 7:45 PMmagic flo
07/09/2022, 7:48 PMSlackbot
07/09/2022, 7:48 PMSlackbot
07/09/2022, 9:37 PMSlackbot
07/10/2022, 7:58 AMSlackbot
07/12/2022, 10:05 AMSlackbot
07/12/2022, 1:54 PMSlackbot
07/12/2022, 3:09 PMtony
07/12/2022, 5:50 PMclean_build_cash_internal_debug {
title = "Clean Build"
tasks = [" app:assembleInternalDebug"]
daemon = warm
clear-configuration-cache-state-before = SCENARIO
clear-build-cache-before = SCENARIO
clear-project-cache-before = SCENARIO
}
Does SCENARIO
mean that these will be run once before the benchmarking kicks off? and BUILD
would mean before each iteration without adding to the duration of that iteration ? This isn't super clear: https://github.com/gradle/gradle-profiler#profiling-incremental-builds
I think what those values mean (SCENARIO vs BUILD) is that the former will run before the scenario begins and the latter will run before each iteration. There's also CLEANUP
, and I'm not sure if that's after the scenario is finished or after each build. I also assume that all of these clear...
options do not impact the measured duration of the benchmarked build, but I'm not 100% sure.Slackbot
07/13/2022, 12:25 PMSlackbot
07/13/2022, 1:50 PM