File: salsa-ci.yml

package info (click to toggle)
openvswitch 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 97,848 kB
  • sloc: sh: 1,643,930; ansic: 313,386; python: 27,939; xml: 21,526; makefile: 546; javascript: 191
file content (13 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
variables:
  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1

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

reprotest:
  extends: .test-reprotest
  variables:
    # avoid running build time checks in reprotest as the time consumed
    # overruns the maximum of 3h dictated by the salsa-ci runners.
    DEB_BUILD_OPTIONS: "nocheck"