-
Notifications
You must be signed in to change notification settings - Fork 130
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
There's no way to NOT use install space #176
Labels
Comments
For now There are a couple of ways to make this more user-friendly:
I'd prefer option 4, as a |
130s
added a commit
to 130s/industrial_ci
that referenced
this issue
May 15, 2017
…ial#176). Issue discussed in ros-industrial#176 - [ ] Unit test; Is `industrial_ci/mockups/industrial_ci_testpkg` not ready (I see `CATKIN_IGNORE` is placed in it)? - [ ] Documentation.
130s
added a commit
to 130s/industrial_ci
that referenced
this issue
May 16, 2017
…ial#176). Issue discussed in ros-industrial#176 - [ ] Unit test; Is `industrial_ci/mockups/industrial_ci_testpkg` not ready (I see `CATKIN_IGNORE` is placed in it)? - [ ] Documentation.
130s
added a commit
to 130s/industrial_ci
that referenced
this issue
May 16, 2017
…ial#176). Issue discussed in ros-industrial#176 - [ ] Unit test; Is `industrial_ci/mockups/industrial_ci_testpkg` not ready (I see `CATKIN_IGNORE` is placed in it)? - [ ] Documentation.
130s
added a commit
to 130s/industrial_ci
that referenced
this issue
May 23, 2017
…ial#176). Issue discussed in ros-industrial#176 - [ ] Unit test; Is `industrial_ci/mockups/industrial_ci_testpkg` not ready (I see `CATKIN_IGNORE` is placed in it)? - [ ] Documentation.
130s
added a commit
to 130s/industrial_ci
that referenced
this issue
May 24, 2017
Add a mockup package that installs limited resource (primarily for ros-industrial#177). 'catkin config --install' enforcement as a default (see rationale at ros-industrial#177 (comment)). [doc] Add CATKIN_CONFIG.
130s
added a commit
that referenced
this issue
May 24, 2017
Add a mockup package that installs limited resource (primarily for #177). 'catkin config --install' enforcement as a default (see rationale at #177 (comment)). [doc] Add CATKIN_CONFIG.
Addressed in #177 |
130s
added a commit
to mathias-luedtke/industrial_ci
that referenced
this issue
Jun 9, 2017
Add a mockup package that installs limited resource (primarily for ros-industrial#177). 'catkin config --install' enforcement as a default (see rationale at ros-industrial#177 (comment)). [doc] Add CATKIN_CONFIG.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opening as a separate ticket of what I poseted in #150 (review).
Because
catkin config --install
is always run:install
space.install
space.Am I wrong?
This can cause an issue like ros-industrial-consortium/descartes#198 (comment) where users want to test with the resources that are not deployed.
(For his case, I thought
NOT_TEST_INSTALL=true
could have worked but I was wrong;NOT_TEST_INSTALL
just avoids running tests during the test steps for theinstall
space.)The text was updated successfully, but these errors were encountered: