Browse Source

.cirrus.yml: Use image family for OpenBSD.

Also actually fix the image family of NetBSD. The old families are no longer
updated after https://github.com/anarazel/pg-vm-images/commit/8e40e1c542346a4f97b637bc2417fe55
ee8772c1
Qi Xiao 1 year ago
parent
commit
c0a9294686
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .cirrus.yml

+ 2 - 2
.cirrus.yml

@@ -40,7 +40,7 @@ test_task:
     - name: Test on NetBSD
       compute_engine_instance:
         image_project: pg-ci-images
-        image: family/pg-ci-netbsd-vanilla
+        image: family/pg-ci-netbsd-vanilla-9-2
         platform: netbsd
       env:
         GO_PKG: go118
@@ -52,7 +52,7 @@ test_task:
     - name: Test on OpenBSD
       compute_engine_instance:
         image_project: pg-ci-images
-        image: pg-ci-openbsd-vanilla-2022-11-20t21-32-02
+        image: family/pg-ci-openbsd-vanilla-7-2
         platform: openbsd
       env:
         PATH: /usr/local/go/bin:$PATH