File: salsa-ci.yml

package info (click to toggle)
debpkg 0.0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: makefile: 33
file content (23 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This is a template from
# https://salsa.debian.org/salsa-ci-team/pipeline/-/raw/master/recipes/salsa-ci.yml
#
# If this pipeline is not running at after committing and pushing this file,
# ensure that https://salsa.debian.org/%{project_path}/-/settings/ci_cd has in
# field "CI/CD configuration file" filename "debian/salsa-ci.yml", the filename
# is the same as of this file, and duplicate files with similar contents but
# different filenames have been cleaned away.
#
# Feel free disable and enable tests to find a good balance between extensive
# coverage and having a consistently green pipeline where failures are rare
# enough that they are always investigated and addressed. For documentation
# please read https://salsa.debian.org/salsa-ci-team/pipeline
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

variables:
  # The real reprotest is passing but on Salsa CI it fails, see
  # https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ntfy.html
  # Disable the reprotest job as an already broken test is not useful for
  # detecting regressions.
  SALSA_CI_DISABLE_REPROTEST: 1