Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Remove caching for osx tests. #9664

Closed
wants to merge 3 commits into from
Closed

Conversation

ddorgan
Copy link
Collaborator

@ddorgan ddorgan commented Sep 27, 2018

Some jobs are spending longer on caching than the actual running of tests, e.g. https://gitlab.parity.io/parity/parity-ethereum/-/jobs/101206

@parity-cla-bot
Copy link

It looks like @ddorgan signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@ddorgan ddorgan added F8-enhancement 🎊 An additional feature request. M1-ci 🙉 Continuous integration. labels Sep 27, 2018
@5chdn 5chdn added this to the 2.2 milestone Sep 27, 2018
5chdn
5chdn previously approved these changes Sep 27, 2018
@5chdn 5chdn added A8-looksgood 🦄 Pull request is reviewed well. B0-patchthis 🕷 and removed F8-enhancement 🎊 An additional feature request. labels Sep 27, 2018
@ddorgan
Copy link
Collaborator Author

ddorgan commented Sep 28, 2018

Not looking great so far. Will need to re-test this with a new system to rule out this being an issue with the disks on our existing runners.

@@ -56,4 +56,4 @@ cd parity-clib-examples/cpp && \
# Running tests
echo "________Running Parity Full Test Suite________"
git submodule update --init --recursive
time cargo test $OPTIONS --features "$FEATURES" --all $1 -- --test-threads 8
time cargo test $OPTIONS --features "$FEATURES" --all $1 -- --test-threads 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why's that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to time this to check if the builds went faster. Right now the load average is about 16, which is double the amount of CPU's available. Was hoping reducing the amount of threads would cause less resource contention. But the times look about the same :/

@5chdn 5chdn mentioned this pull request Sep 30, 2018
28 tasks
@5chdn 5chdn dismissed their stale review October 1, 2018 18:37

actually; no

@5chdn
Copy link
Contributor

5chdn commented Oct 1, 2018

Unfortunately, I think this does not solve any of our issues, also conflicts with #9681

@5chdn 5chdn added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Oct 1, 2018
@ddorgan ddorgan closed this Oct 1, 2018
@ddorgan ddorgan deleted the ddorgan/disable-ci-cache-darwin branch October 1, 2018 18:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. M1-ci 🙉 Continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants