Slackbot
02/15/2023, 7:43 PMFrançois Guillot
02/16/2023, 9:26 AMtaskExecution
array, to avoidanceOutcome
.
The ones coming from a remote cache hit will have outcome avoided_from_remote_cache
.
This will allow to compute the remote cache hit ratio for that build.
Is it what you’re looking for?Jan Duzinkiewicz
02/16/2023, 5:09 PMFrançois Guillot
02/16/2023, 5:50 PMJan Duzinkiewicz
02/16/2023, 5:55 PMJan Duzinkiewicz
02/16/2023, 8:38 PMapi/builds?buildsQuery={since=abc,maxbuilds=xyz…all the other fields go here, even those that had no values set}
instead of simple builds?since=abc&maxBuilds=xyz
and that gets an empty builds list response…
also the generated client insists on passing access_token to it’s constructor, which is not a valid parameter for the constructor… but like I said it could be the spec it could be the generator, it could be both, not familiar with open api spec enough to tell.