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

Run end to end test in CI #152

Merged
merged 8 commits into from
Jun 9, 2023
Merged

Conversation

ahcorde
Copy link
Collaborator

@ahcorde ahcorde commented Jun 8, 2023

I added the test but I didn't include the test in the CI. This PR should fix this

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
@ahcorde ahcorde self-assigned this Jun 8, 2023
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
…est_ci' into ahcorde/rolling/run_end_to_end_test_ci
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
@ahcorde ahcorde merged commit adfcd28 into master Jun 9, 2023
6 checks passed
@ahcorde ahcorde deleted the ahcorde/rolling/run_end_to_end_test_ci branch June 9, 2023 08:15
@@ -49,7 +49,7 @@ jobs:
wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null
if [ "$GZ_VERSION" == "garden" ]; then
export GZ_DEPS="libgz-sim7-dev libgz-plugin2-dev"
export GZ_DEPS="libgz-sim7-dev libgz-plugin2-dev gz-sim7-cli"
Copy link
Member

Choose a reason for hiding this comment

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

I think we should start using rosdep for these steps instead to save us some headache on the buildfarm later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants