Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build scan IDs in investigation quick links section are null for the CI/CI experiment in 2.6 and later #669

Open
erichaagdev opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@erichaagdev
Copy link
Member

In 2.6, running:

./04-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/mwvafqerztkvc -2 https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu

Results in the following investigation quick links section:

Investigation Quick Links
-------------------------
Task execution overview:         https://ge.solutions-team.gradle.com/s/null/performance/execution
Executed tasks timeline:         https://ge.solutions-team.gradle.com/s/null/timeline?outcome=success,failed&sort=longest
Avoided cacheable tasks:         https://ge.solutions-team.gradle.com/s/null/timeline?outcome=from-cache&sort=longest
Executed cacheable tasks:        https://ge.solutions-team.gradle.com/s/null/timeline?cacheability=cacheable,overlapping-outputs,validation-failure&outcome=success,failed&sort=longest
Executed non-cacheable tasks:    https://ge.solutions-team.gradle.com/s/null/timeline?cacheability=any-non-cacheable,not:overlapping-outputs,not:validation-failure&outcome=success,failed&sort=longest
Build caching statistics:        https://ge.solutions-team.gradle.com/s/null/performance/build-cache
Task inputs comparison:          https://ge.solutions-team.gradle.com/c/null/null/task-inputs?cacheability=cacheable,overlapping-outputs,validation-failure

Notice the build scan IDs in the URL are null. This does not happen in 2.5.1:

Investigation Quick Links
-------------------------
Task execution overview:         https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu/performance/execution
Executed tasks timeline:         https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu/timeline?outcome=success,failed&sort=longest
Avoided cacheable tasks:         https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu/timeline?outcome=from-cache&sort=longest
Executed cacheable tasks:        https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu/timeline?cacheability=cacheable,overlapping-outputs,validation-failure&outcome=success,failed&sort=longest
Executed non-cacheable tasks:    https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu/timeline?cacheability=any-non-cacheable,not:overlapping-outputs,not:validation-failure&outcome=success,failed&sort=longest
Build caching statistics:        https://ge.solutions-team.gradle.com/s/5shtuqjzoxrtu/performance/build-cache
Task inputs comparison:          https://ge.solutions-team.gradle.com/c/mwvafqerztkvc/5shtuqjzoxrtu/task-inputs?cacheability=cacheable,overlapping-outputs,validation-failure
@erichaagdev erichaagdev added the bug Something isn't working label Oct 8, 2024
@erichaagdev erichaagdev changed the title Build scan IDs in investigation quick links section are null for the CI/CI experiment in 2.6 Build scan IDs in investigation quick links section are null for the CI/CI experiment in 2.6 and later Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant