diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee9e9829d97bded3049ae591a36e1508ecaf6ffb..7bfe9181a9b2a5356139b5d65f49157f841ec07d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,30 +1,7 @@ -include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" +include: + - "https://git.autistici.org/pipelines/debian/raw/master/common.yml" + - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml" -build_pkg:buster:amd64: - when: manual +variables: + REPOSITORY: autoradio -upload_pkg:buster: - variables: - REPOSITORY: autoradio/buster - when: manual - -upload_pkg:ci:bullseye: - when: manual - -upload_pkg:bookworm: - variables: - REPOSITORY: autoradio/bookworm - when: manual - -test: - stage: test - image: registry.git.autistici.org/ai3/docker/test/golang:master - script: - - run-go-test ./... - artifacts: - when: always - reports: - coverage_report: - coverage_format: cobertura - path: cover.xml - junit: report.xml