diff options
author | Eric Anholt <[email protected]> | 2020-06-02 16:14:36 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-09 18:28:18 +0000 |
commit | 3d5429d646136cdd3b8abe10f4b8d1f261472414 (patch) | |
tree | 39dab0d0207aec438751d58b65749e7c02232c65 /.gitlab-ci.yml | |
parent | 9e11cce5178c48856a5ea846ee4ee9435d040980 (diff) |
ci: Use rsync for initial nfsroot population on cheza.
rm -rf and then copying over all the contents again is a waste of time
when we'll almost always be using the same rootfs. Saves about 30s of job
time.
Closes: #3065
Reviewed-by: Christian Gmeiner <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5266>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7120dd87e03..3339cea12f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -274,7 +274,7 @@ arm_test-base: - .fdo.container-build@debian - .container variables: - FDO_DISTRIBUTION_TAG: &arm_test-base "2020-06-08" + FDO_DISTRIBUTION_TAG: &arm_test-base "2020-06-09-rsync" .use-arm_test-base: extends: @@ -292,7 +292,7 @@ arm64_test: extends: - .use-arm_test-base variables: - FDO_DISTRIBUTION_TAG: &arm64_test "2020-06-09-cheza-vk" + FDO_DISTRIBUTION_TAG: &arm64_test "2020-06-09-rsync" .use-arm64_test: variables: |