]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
CI: use standard docker for pkg:arch
authorJakub Ružička <jakub.ruzicka@nic.cz>
Mon, 23 Sep 2024 14:09:33 +0000 (16:09 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 30 Sep 2024 09:16:07 +0000 (11:16 +0200)
Arch LXC images currently don't work :(

Standard docker can't test systemd but it's better than nothing.

.gitlab-ci.yml

index 0caf1471d090f7add180ba07b248c05365407e2d..4d7077fd7418d56ae73855fb7ffa86311e475c8a 100644 (file)
@@ -688,10 +688,14 @@ pkg:alma-9:
 
 pkg:arch:
   <<: *pkg_test_user
-  image: $CI_REGISTRY/packaging/apkg/full/arch
-  allow_failure: true  # our image not starting up currently
+  image: $CI_REGISTRY/packaging/apkg/test/arch
+  tags:
+    - docker
+    - linux
+    - amd64
   before_script:
     - pacman -Syy
+    - pip install apkg
 
 # RHEL 8 derivatives would need more work due to *default* python being old
 #pkg:rocky-8: