File: salsa-ci.yml

package info (click to toggle)
flash-kernel 3.110
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 744 kB
  • sloc: sh: 539; makefile: 36
file content (43 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

variables:
  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1

build:
  image: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}
  variables:
    BUILD_ARCH: 'arm64'
  tags:
    - arm64

autopkgtest:
  image: ${SALSA_CI_IMAGES}/arm64v8/autopkgtest
  tags:
    - arm64

reprotest:
  image: ${SALSA_CI_IMAGES}/arm64v8/reprotest:latest
  tags:
    - arm64

piuparts:
  image: ${SALSA_CI_IMAGES}/arm64v8/piuparts:latest
  variables:
    SALSA_CI_IMAGES_BASE: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}
  tags:
    - arm64

blhc:
  image: ${SALSA_CI_IMAGES}/arm64v8/blhc:latest
  tags:
    - arm64

test-build-any:
  image: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}
  variables:
    BUILD_ARCH: 'arm64'
  tags:
    - arm64