-
Notifications
You must be signed in to change notification settings - Fork 49
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
Test rust-code-analysis-cli on mozilla-central #290
Conversation
aaf9eed
to
92e81e4
Compare
92e81e4
to
903cbbd
Compare
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
+ Coverage 19.89% 20.10% +0.21%
==========================================
Files 47 48 +1
Lines 6163 6177 +14
Branches 800 799 -1
==========================================
+ Hits 1226 1242 +16
+ Misses 4423 4420 -3
- Partials 514 515 +1
Continue to review full report at Codecov.
|
903cbbd
to
fadfea9
Compare
Uh oh! Looks like an error! DetailsInterpreterError at template.tasks[1].payload.command[2]: unknown context value mozilla_central |
994047c
to
2e81067
Compare
f318087
to
16874f5
Compare
I think there is a cache problem somewhere |
Maybe an earlier task failed while cloning the repo, so the directory exists but it is not a valid repository. |
That could be an idea, but I guess it happened because of the wrong commands I set up earlier. In the meanwhile, I tried to delete the empty directory but without success. Is there a way to clean up the cache in case of errors? |
Oh wait, I know what's wrong. You are mounting the cache on the "/gecko-dev" path, so "/gecko-dev" will always exist (it's the cache!). |
62b5c29
to
c652ca6
Compare
Now it seems to work but it doesn't cache anything, it clones the repo every time I force push |
c652ca6
to
97652e0
Compare
97652e0
to
e21e502
Compare
Is there anything that should be added in this PR? Just a note, I wasn't able to cache the repository on force push, but I guess it's an expected behavior |
It should work :S Anyway, I'm thinking maybe we should only run the task on releases rather than on every push/PR, especially until we manage to properly use the cache. Can you make the change? (also make the deployment task depend on this newly added task). |
Done |
9dd3375
to
cf080ed
Compare
cf080ed
to
cf1b0eb
Compare
This PR fixes #39
Thanks in advance for your review!