Skip to content
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

disable the MacOS tests in jenkins #5119

Merged
merged 1 commit into from
Jun 15, 2018
Merged

disable the MacOS tests in jenkins #5119

merged 1 commit into from
Jun 15, 2018

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Jun 14, 2018

They've never really been enabled but they:

  1. Are causing the tests to fail for various reasons (e.g., out of space).
  2. Take time.

They've never really been enabled but they:

1. Are causing the tests to fail for various reasons (e.g., out of space).
2. Take time.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien Stebalien requested a review from Kubuxu as a code owner June 14, 2018 16:40
@ghost ghost assigned Stebalien Jun 14, 2018
@ghost ghost added the status/in-progress In progress label Jun 14, 2018
@whyrusleeping
Copy link
Member

cc @victorbjelkholm ?

@Stebalien Stebalien requested a review from victorb June 14, 2018 17:12
@Stebalien Stebalien added need/review Needs a review and removed status/in-progress In progress labels Jun 14, 2018
try {
run "make -j12 test/sharness/test-results/sharness.xml CONTINUE_ON_S_FAILURE=1 TEST_NO_FUSE=1"
} catch (err) {
throw err
Copy link
Member

Choose a reason for hiding this comment

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

Seems just commenting this and line 167 would give the wanted effect, rather than commenting the entire thing. But since @magik6k initially developed it, I'll leave it up to him to decide.

Although, removing the builds fully feels wrong, as we want to make sure it at least runs somewhat on macOS

Copy link
Member

Choose a reason for hiding this comment

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

It's better to comment out the whole blocks imo

Copy link
Member

@magik6k magik6k left a comment

Choose a reason for hiding this comment

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

Makes sense for now, LGTM.

@magik6k
Copy link
Member

magik6k commented Jun 14, 2018

Will conflict a bit with #5071 but it's easy fix. (well, other than the fact that we then got some data about failing mac tests)

@magik6k magik6k added RFM and removed need/review Needs a review labels Jun 14, 2018
@whyrusleeping whyrusleeping merged commit d643c04 into master Jun 15, 2018
@whyrusleeping whyrusleeping deleted the ci/disable-mac branch June 15, 2018 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants