Skip to content

Conversation

ottok
Copy link
Contributor

@ottok ottok commented May 15, 2025

Instead of having both the Go team custom CI and Salsa CI, simply use the default template with minimal customizations from https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/recipes/salsa-ci.yml

This simplifies the CI and continues to give the same benefits as before, as the Salsa CI pipeline jobs have made the custom Go team CI obsolete.

The same CI template at https://salsa.debian.org/go-team/infra/pkg-go-tools/-/tree/master/config should also be updated, and the config should be changed to use debian/salsa-ci.yml by default instead of debian/gitlab-ci.yml by default, but that can and should be done only after this PR has been merged first and shipped in a dh-make-golang update.

…m CI

Instead of having both the Go team custom CI and Salsa CI, simply use
the default template with minimal customizations from
https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/recipes/salsa-ci.yml

This simplifies the CI and continues to give the same benefits as before,
as the Salsa CI pipeline jobs have made the custom Go team CI obsolete.
ottok added a commit to ottok/dh-make-golang that referenced this pull request May 15, 2025
@ottok
Copy link
Contributor Author

ottok commented Jul 13, 2025

If we also want to change the filename to debian/salsa-ci.yml but avoid breaking repositories that are configured to run debian/gitlab-ci.yml, we can simply have an extra file that just refers to the new file:

debian/gitlab-ci.yml example

include:
  - local: 'debian/salsa-ci.yml'

@ottok ottok requested review from Maytha8, tianon and Tachi107 August 20, 2025 22:10
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.

2 participants