-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Disable build cache since Github Action runners fail with 'no space left on device' #10409
Conversation
Compatibility status:Checks if related components are compatible with change 53ec568 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #10409 +/- ##
============================================
- Coverage 71.14% 71.09% -0.06%
+ Complexity 58374 58358 -16
============================================
Files 4843 4843
Lines 275265 275265
Branches 40076 40076
============================================
- Hits 195835 195694 -141
- Misses 63063 63197 +134
- Partials 16367 16374 +7 |
Do we need to purge caches manually now? https://stackoverflow.com/questions/63521430/clear-cache-in-github-actions |
Gradle Check (Jenkins) Run Completed with:
|
8d8a11c
to
574a1ce
Compare
Gradle Check (Jenkins) Run Completed with:
|
bb3c526
to
c5e1e0a
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
55715b1
to
81275c6
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
ee0a39e
to
abef784
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
1d4e314
to
56862d8
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
@dblock I ended up with splitting precommit and assemble checks and issue seems to be gone |
…eft on device' (opensearch-project#10409) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Ashish Singh <ssashish@amazon.com>
…eft on device' (opensearch-project#10409) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…eft on device' (opensearch-project#10409) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…eft on device' (opensearch-project#10409) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…eft on device' (opensearch-project#10409) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Disable build cache since Github Action runners fail with 'no space left on device'
Related Issues
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.