You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`curl -u 'lukas:SEEEKREET' -X POST "https://scala-ci.typesafe.com/artifactory/api/search/aql" -T search.json > artifacts.json`
107
+
108
+
In an up-to-date Scala 2.13.x checkout, the following tests which of the artifacts correspond to revisions that were actually merged into scala/scala. Builds for those revisions are kept, builds for revisions that never made it are added to `to-delete.txt`.
-`curl -I -u 'lukas:SEEEKREET' -X POST "https://scala-ci.typesafe.com/artifactory/api/trash/empty"`
138
+
- Run artifactory's "Garbage Collection" [20 times (😆)](https://jfrog.com/knowledge-base/why-does-removing-deleting-old-artifacts-is-not-affecting-the-artifactory-disk-space-usage/)
139
+
-`for i in {1..20}; do curl -I -u 'lukas:SEEEKREET' -X POST "https://scala-ci.typesafe.com/artifactory/api/system/storage/gc"; done`
140
+
- wait for it to complete, it runs in the background. check Binaries Size / Artifacts Size in Storage
- Derby database (`/var/opt/jfrog/artifactory/data/derby/seg0`) may be big. Admin - Advanced - Maintenance, run "Compress the Internal Database".
148
+
- Did not work for me. "lock could not be obtained due to a deadlock".
149
+
- Doc says "We recommend running this when Artifactory activity is low, since compression may not be able to complete when storage is busy (in which case the storage will not be affected)."
150
+
151
+
</details>
152
+
89
153
### Scabot
90
154
91
155
[Scabot](https://github.com/scala/scabot) triggers Jenkins builds and updates their state on github commits / PRs.
0 commit comments