Skip to content
Snippets Groups Projects

CI improvements

Merged Simon McVittie requested to merge wip/protected/ci into main
All threads resolved!
1 file
+ 10
8
Compare changes
  • Side-by-side
  • Inline
+ 10
8
@@ -474,14 +474,7 @@ deploy:
- subprojects/container-runtime/depots/*.txt
- subprojects/container-runtime/depots/*/VERSIONS.txt
test-populate-depot:debian-11:
extends: .test-populate-depot
image: docker.internal.steamos.cloud/steamos/package-builder:bullseye
# The same, but for Ubuntu 18.04
test-populate-depot:ubuntu-18.04:
extends: .test-populate-depot
image: ubuntu:18.04
.test-populate-depot:deb:
before_script:
- |
set -eux
@@ -494,11 +487,20 @@ test-populate-depot:ubuntu-18.04:
perl \
python3 \
python3-debian \
xz-utils \
${NULL+}
tempdir="$(mktemp -d)"
git clone --branch steamrt/soldier https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.steamos.cloud/packaging/python-vdf.git "$tempdir/python-vdf"
export PYTHONPATH="$tempdir/python-vdf"
test-populate-depot:debian-11:
extends: .test-populate-depot:deb
image: debian:bullseye-slim
test-populate-depot:ubuntu-18.04:
extends: .test-populate-depot:deb
image: ubuntu:18.04
# The same, but for Arch
test-populate-depot:archlinux:
extends: .test-populate-depot
Loading