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

Properly propagate errors from the build shell scripts #159

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Conversation

mosra
Copy link
Collaborator

@mosra mosra commented Aug 19, 2019

Motivation and Context

The CI happily continued running pytest even if the C++ build failed. That is not wanted.

How Has This Been Tested

It no longer succeeds when it should fail, while it still succeeds when it should succeed.

The CI happily continues running pytest even if the build fails. That is
*not* wanted.
@mosra mosra requested review from msavva and msbaines August 19, 2019 10:30
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Aug 19, 2019
Copy link
Contributor

@msbaines msbaines left a comment

Choose a reason for hiding this comment

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

Thank you for fixing this.

@mosra mosra merged commit 36fccec into master Aug 19, 2019
@mosra mosra deleted the fail-on-error branch August 19, 2019 17:44
eundersander pushed a commit to eundersander/habitat-sim that referenced this pull request Aug 6, 2020
facebookresearch#159)

Added installation requirements step for sim installation in CI setup
eundersander pushed a commit to eundersander/habitat-sim that referenced this pull request Aug 6, 2020
…earch#153)

* refactor and  add generic trainer class

* fix to pass tests

* change BaseModel to BaseTrainer

* fix tensorboard import causing CI failure

* modify circle-ci test script accordingly

* doc, typing and other changes

* rename BASELINE to TRAINER

* merge from upstream master

* Update Habitat-API to allow for no rendering sensors (facebookresearch#139)

Update Habitat-API to allow for no rendering sensors

* Added installation requirements step for sim installation in CI setup. (facebookresearch#159)

Added installation requirements step for sim installation in CI setup

* move RolloutStorage to utils

* add environments.py

* make ckpt dir if not exist

* small fixes according to comments

* changes according to comments

* update readme

* fix old config compatibility

* fix missed isort lint
Ram81 pushed a commit to Ram81/habitat-web-sim that referenced this pull request Dec 10, 2020
…arch#159)

The CI happily continues running pytest even if the build fails. That is
*not* wanted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants