aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-10-17 21:41:47 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-10-17 21:41:47 +0200
commitafa6c12cf8244ff1d5d9a51ea31d2e07c825ddf5 (patch)
tree67ef9396b70749250dc64aa0477839511462ff49 /screwdriver.yaml
parent2dd6fc680c74538d6f51172e254109df5245f6e7 (diff)
Try to force ccache compression.
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index def1c2e7c07..083590d6cc9 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -50,7 +50,7 @@ shared:
jobs:
build-vespa:
- requires: [~pr]
+ #requires: [~pr]
annotations:
screwdriver.cd/cpu: 7
screwdriver.cd/ram: 16
@@ -83,6 +83,7 @@ jobs:
df -h
component-build:
+ requires: [~pr]
annotations:
screwdriver.cd/cpu: 7
screwdriver.cd/ram: 16
@@ -97,6 +98,7 @@ jobs:
CCACHE_TMP_DIR: "/tmp/ccache_tmp"
CCACHE_DATA_DIR: "/tmp/vespa/ccache"
MAIN_CACHE_FILE: "/main_job_cache/vespa.tar"
+ CCACHE_COMPRESS: "1"
secrets:
- DOCKER_HUB_DEPLOY_KEY
steps:
@@ -181,9 +183,6 @@ 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: