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

Dependency on bitbucket-pipelines.yml should be removed #203

Closed
chapulina opened this issue May 14, 2020 · 1 comment · Fixed by #501, gazebosim/gz-math#227, gazebosim/gz-tools#59, gazebosim/gz-plugin#58 or gazebosim/gz-utils#24

Comments

@chapulina
Copy link
Contributor

Several jobs rely on bitbucket-pipelines.yml to find out what Ubuntu distribution to use when running CI, for example:

https://github.com/ignition-tooling/release-tools/blob/8e8f5e4d2858de04643e666abd07772b156f98e6/jenkins-scripts/dsl/ignition.dsl#L241

Now that BitBucket is dead, we should get this information from somewhere else and remove those files from all projects.

@scpeters scpeters changed the title Remove dependency on bitbucket-pipelines.yml Dependency on bitbucket-pipelines.yml should be removed May 14, 2020
@j-rivero
Copy link
Contributor

as far as I can tell, it is used to sniff the testing platform defined there to be used in the CI jobs. If we remove this information we would need to retrieve the testing platform from elsewhere (github actions, define it in this repositorty?). This might be related to #190

scpeters added a commit to gazebosim/gz-cmake that referenced this issue Aug 23, 2021
chapulina added a commit to gazebosim/gz-cmake that referenced this issue Aug 24, 2021
* Part of gazebo-tooling/release-tools#203
* Disable long-running buildsystem tests by default (#97) (#100)
* backport triage and labeler

Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
Co-authored-by: Michael Carroll <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment