Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Faster examples build test and other CI fixes #3080

Merged
merged 5 commits into from
Sep 14, 2021

Conversation

scpeters
Copy link
Member

The EXAMPLES_examples_build test has been timing out on Ubuntu CI machines recently, as documented in #3079. Its timeout has already been extended from 240 to 500 seconds, but this is apparently not enough. This PR includes a quick attempt to speed up compilation using make -j in the test (b1d13f4).

This includes several other CI fixes as well:

  • 99df5e8 Disable failing macOS compilation tests using pkg-config
  • a43f2ee fix clang compiler warning: "'QFlags' is deprecated: Use default constructor instead" (example in jenkins) by using the Qt::KeyboardModifiers() constructor explicitly instead of passing in integer 0
  • 263da4f fix clang compiler warning: "'delta' is deprecated: Use angleDelta()" by using angleDelta().y(), which assumes the vertical scroll component

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
They currently fail, so just skip them for now.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Use default constructor instead of passing 0.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Use angleDelta().y() instead of delta()

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Copy link

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

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

LGTM

@scpeters scpeters merged commit 702c40b into gazebosim:gazebo11 Sep 14, 2021
@scpeters scpeters deleted the faster_examples_build_test branch September 14, 2021 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants