-
Notifications
You must be signed in to change notification settings - Fork 984
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
Minor fixes #8402
Minor fixes #8402
Conversation
Pull Request Checklist
|
ci/Jenkinsfile.android
Outdated
@@ -103,6 +103,7 @@ pipeline { | |||
} | |||
stage('Cleanup') { | |||
steps { | |||
cmn.nix.shell 'watchman watch-del $(pwd)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it make more sense to just run this in the clean
target of our Makefile
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a dev-side scenario and outside of the scope of this PR (though we could add it if we're sure of what we want to do there). This is just to make sure we don't leave new watches running in CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then at least make it a separate target like watchman-clean
and call it with sh 'make watchman-clean'
, othewise you have to add a script {}
block in the Jenkinsfile.
no change for xcode version? |
@flexsurfer We could switch to require 10.2 if everyone agrees. I think it makes more sense than requiring 10.1, since it's easier to upgrade than to downgrade. Loosening the requirements to 10.x takes more work, since the default script in nixpkgs doesn't support that. |
a1581cb
to
39735f9
Compare
Jenkins BuildsClick to see older builds (20)
|
14a7017
to
6ddad0c
Compare
Please review docs in https://github.com/status-im/status.im/pull/362 |
950bb34
to
1345ab5
Compare
100% of end-end tests have passed
Passed tests (47)Click to expand |
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
1345ab5
to
79db8e5
Compare
Summary
This PR adds code to remove watchman watches in the CI server after the build completes, and adds some minor fixes.
Documentation change PR (review please): https://github.com/status-im/status.im/pull/362
status: ready