[postgis-tickets] r17216 - Put back docker hub postgis 11 test, remove drone pre 1.0 config (we are standardizing on 1.0 now)

Regina Obe lr at pcorp.us
Sat Jan 26 10:00:53 PST 2019


Author: robe
Date: 2019-01-26 10:00:53 -0800 (Sat, 26 Jan 2019)
New Revision: 17216

Removed:
   trunk/.drone.yml
Modified:
   trunk/.drone-1.0.yml
Log:
Put back docker hub postgis 11 test, remove drone pre 1.0 config (we are standardizing on 1.0 now)

Modified: trunk/.drone-1.0.yml
===================================================================
--- trunk/.drone-1.0.yml	2019-01-25 11:52:33 UTC (rev 17215)
+++ trunk/.drone-1.0.yml	2019-01-26 18:00:53 UTC (rev 17216)
@@ -72,4 +72,15 @@
       - make install
       - utils/check_all_upgrades.sh
         `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
+
+---
+test-image: &test-image postgis/postgis-build-env:pg11-geosmaster-gdal23-proj51
+kind: pipeline
+name: pg-11-geosmaster-gdal23-proj51
+steps:
+  - name: build
+    image: *test-image
+    pull: true
+    commands:
+      - bash ci/travis/run_tests.sh
 ...

Deleted: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2019-01-25 11:52:33 UTC (rev 17215)
+++ trunk/.drone.yml	2019-01-26 18:00:53 UTC (rev 17216)
@@ -1,33 +0,0 @@
-# See http://readme.drone.io/0.5/usage/overview
-
-# See https://git.osgeo.org/gogs/postgis/postgis-docker
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
-
-matrix:
-  PGVER:
-    - 9.5
-    - 9.6
-    - 10
-
-pipeline:
-  clone:
-    image: plugins/git
-    depth: 20
-    recursive: false
-  build:
-    image: *test-image
-    pull: true
-    commands:
-      - service postgresql start $PGVER
-      - export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
-      - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
-      - psql --version
-      - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
-      - make -j
-      # we should maybe wait for postgresql service to startup here...
-      - psql -c "select version()" template1
-      - make check RUNTESTFLAGS=-v
-      - make install
-      - utils/check_all_upgrades.sh
-        `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`



More information about the postgis-tickets mailing list