Since OpenBSD 6.6 is the current OpenBSD release, replace OpenBSD 6.5
GitLab CI jobs with their up-to-date counterparts.
As CI jobs for OpenBSD 6.6 will be run by a generalized libvirt executor
rather than an OpenBSD-specific one, make the necessary tag and variable
adjustments as well.
(cherry picked from commit
99ed3a0e132991aae2ecd2f67a498b29d243bf60)
.openbsd-amd64: &openbsd_amd64
tags:
- - openbsd
+ - libvirt
- amd64
### Docker Image Templates
- clang:freebsd12.0:amd64
needs: ["clang:freebsd12.0:amd64"]
-# Jobs for Clang builds on OpenBSD 6.5 (amd64)
+# Jobs for Clang builds on OpenBSD 6.6 (amd64)
-clang:openbsd6.5:amd64:
+clang:openbsd6.6:amd64:
variables:
CC: clang
+ USER: gitlab-runner
<<: *openbsd_amd64
<<: *build_job
-system:clang:openbsd6.5:amd64:
+system:clang:openbsd6.6:amd64:
<<: *openbsd_amd64
<<: *system_test_job
+ variables:
+ USER: gitlab-runner
dependencies:
- - clang:openbsd6.5:amd64
- needs: ["clang:openbsd6.5:amd64"]
+ - clang:openbsd6.6:amd64
+ needs: ["clang:openbsd6.6:amd64"]
only:
- schedules
- tags