Commit 52436b6
RUM-16470: Run pipeline with no Gradle cache
The surgical eviction wasn't enough: the Gradle user home lives at
$CI_PROJECT_DIR/cache, the exact dir GitLab restores, and the lint job
runs in a triggered pipeline that didn't hit the main pipeline's
before_script. Fully disable the dependency cache for now:
- Move GRADLE_USER_HOME outside the cached cache/ tree so every gradle
run (main + inherited triggered pipelines) starts from an empty home.
- Point CACHE_FALLBACK_KEY at a non-existent key so nothing seeds from
develop's poisoned cache.
- Make the main pipeline cache keys unique per pipeline so no prior
cache is restored.
All changes tagged TEMP (RUM-16470); revert once the cache is healthy.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f961913 commit 52436b6
6 files changed
Lines changed: 5 additions & 19 deletions
File tree
- ci/pipelines
- gradle
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 15 | | |
25 | 16 | | |
26 | 17 | | |
| |||
214 | 205 | | |
215 | 206 | | |
216 | 207 | | |
217 | | - | |
218 | | - | |
219 | | - | |
| 208 | + | |
220 | 209 | | |
221 | 210 | | |
222 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments