aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-10-17 21:36:28 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-10-17 21:36:28 +0200
commit2dd6fc680c74538d6f51172e254109df5245f6e7 (patch)
tree502577f96564c4d22674afc39dcad44331dce49b /screwdriver.yaml
parent5b569512590ec11f76667e1ca0ee0eef772a49f8 (diff)
Remove the ccache for now.
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index e077526c88f..def1c2e7c07 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -31,9 +31,6 @@ shared:
save-cache: |
ls -lart /tmp/vespa
du -sh /tmp/vespa/*
- (cd /tmp && tar cf $MAIN_CACHE_FILE vespa)
- (cd /tmp && tar zcf ${MAIN_CACHE_FILE}.gz vespa)
- du -sh /tmp/*
if [[ -z "$SD_PULL_REQUEST" ]]; then
# Remove what we have produced
@@ -53,7 +50,7 @@ shared:
jobs:
build-vespa:
- #requires: [~pr]
+ requires: [~pr]
annotations:
screwdriver.cd/cpu: 7
screwdriver.cd/ram: 16
@@ -86,7 +83,6 @@ jobs:
df -h
component-build:
- requires: [~pr]
annotations:
screwdriver.cd/cpu: 7
screwdriver.cd/ram: 16
@@ -185,6 +181,9 @@ jobs:
docker push docker.io/vespaengine/vespa-systemtest-centos7:$VESPA_VERSION
docker push docker.io/vespaengine/vespa-systemtest-centos7:latest
fi
+ - remove-ccache: |
+ # TODO: Investigate the abnormal size of this cache. Remove it for now so we cache the Maven artifacts.
+ rm -rf $CCACHE_DATA_DIR
- *save-cache
publish-release: