File: gitlab-ci.yml

package info (click to toggle)
golang-github-containers-common 0.66.0%2Bds2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,608 kB
  • sloc: makefile: 126; sh: 125
file content (29 lines) | stat: -rw-r--r-- 933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# cf. https://salsa.debian.org/salsa-ci-team/pipeline/
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

variables:
  SALSA_CI_DISABLE_APTLY: 0
  SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1
  SALSA_CI_EXTRA_REPOSITORY: "deb http://incoming.debian.org/debian-buildd buildd-unstable main"

# the following overrides replace all rules defined in the upstream salsa-ci
# this means that disabling autopkgtest, reprotest and piuparts will require to
# remove the rules below

autopkgtest:
  # https://salsa.debian.org/salsa-ci-team/pipeline/issues/85
  rules:
    - if: $RELEASE == "unstable"

reprotest:
  # https://salsa.debian.org/salsa-ci-team/pipeline/issues/57
  rules:
    - if: $RELEASE == "unstable"

piuparts:
  # https://salsa.debian.org/salsa-ci-team/pipeline/issues/58
  rules:
    - if: $RELEASE == "unstable"