Skip to content
Snippets Groups Projects

ci: Run tests for latest develop

Merged Georg Krause requested to merge test-develop into master
Files
2
+ 12
9
@@ -26,15 +26,10 @@ test-install-script:
image: $TEST_IMAGE
parallel:
matrix:
- TEST_IMAGE:
[
"debian:10",
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:12",
]
- TEST_IMAGE: ["ubuntu:focal", "ubuntu:jammy", "debian:11", "debian:12"]
interruptible: true
variables:
FUNKWHALE_CLI_USER_PASSWORD: supersecurepassword
before_script:
- apt-get update && apt-get install -y curl
- |
@@ -50,9 +45,17 @@ test-install-script:
- |
set -x
export ANSIBLE_FUNKWHALE_ROLE_PATH=$(pwd)
printf 'test.deployment\ntest\ncontact@test.deployment\nY\nN\n\n\n\N\n\n\n' | bash install.sh
printf 'test.deployment\ntest1234\ncontact@test.deployment\nY\nN\n\n\n\N\n\n\n' | bash install.sh
tags:
- docker
test-install-script-develop:
extends: test-install-script
variables:
FUNKWHALE_VERSION: develop
before_script:
- apt-get update && apt-get install -y curl
pages:
stage: deploy
image: buildpack-deps
Loading