[pygobject] CI: Update interpreters



commit d8c63d54a7496d8e25d5b0095e0095f8a8c5b802
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Mon Dec 30 10:51:59 2019 +0100

    CI: Update interpreters

 .gitlab-ci.yml           | 20 ++++++++++----------
 .gitlab-ci/Dockerfile    | 14 +++++++-------
 .gitlab-ci/run-docker.sh |  4 ++--
 3 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62818e4c..f1d7f296 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/pygobject/main:v12
+image: registry.gitlab.gnome.org/gnome/pygobject/main:v13
 
 stages:
   - build_and_test
@@ -34,7 +34,7 @@ coverage:
     paths:
       - coverage/
   variables:
-    PYENV_VERSION: "3.6.9"
+    PYENV_VERSION: "3.6.10"
   script:
     - bash -x ./.gitlab-ci/coverage-docker.sh
 
@@ -67,42 +67,42 @@ python3-mingw64:
 
 python2.7:
   variables:
-    PYENV_VERSION: "2.7.16-debug"
+    PYENV_VERSION: "2.7.17-debug"
   <<: *defaults
 
 python3.5:
   variables:
-    PYENV_VERSION: "3.5.7"
+    PYENV_VERSION: "3.5.9"
   <<: *defaults
 
 python3.6:
   variables:
-    PYENV_VERSION: "3.6.9"
+    PYENV_VERSION: "3.6.10"
   <<: *defaults
 
 python3.7:
   variables:
-    PYENV_VERSION: "3.7.4-debug"
+    PYENV_VERSION: "3.7.6-debug"
   <<: *defaults
 
 python3.8:
   variables:
-    PYENV_VERSION: "3.8.0-debug"
+    PYENV_VERSION: "3.8.1-debug"
   <<: *defaults
 
 pypy2.7:
   allow_failure: true
   variables:
-    PYENV_VERSION: "pypy2.7-7.2.0"
+    PYENV_VERSION: "pypy2.7-7.3.0"
   <<: *defaults
 
 pypy3.6:
   allow_failure: true
   variables:
-    PYENV_VERSION: "pypy3.6-7.2.0"
+    PYENV_VERSION: "pypy3.6-7.3.0"
   <<: *defaults
 
-xenial-i386-py2:
+xenial-i386-py3:
   stage: build_and_test
   image: registry.gitlab.gnome.org/gnome/pygobject/old:v3
   artifacts:
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index fdcb0379..75d66d87 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -39,12 +39,12 @@ ENV PYTHON_CONFIGURE_OPTS="--enable-shared"
 
 RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
 
-RUN pyenv install pypy2.7-7.2.0
-RUN pyenv install pypy3.6-7.2.0
-RUN pyenv install --debug 2.7.16
-RUN pyenv install 3.5.7
-RUN pyenv install 3.6.9
-RUN pyenv install --debug 3.7.4
-RUN pyenv install --debug 3.8.0
+RUN pyenv install pypy2.7-7.3.0
+RUN pyenv install pypy3.6-7.3.0
+RUN pyenv install --debug 2.7.17
+RUN pyenv install 3.5.9
+RUN pyenv install 3.6.10
+RUN pyenv install --debug 3.7.6
+RUN pyenv install --debug 3.8.1
 
 ENV PATH="/usr/lib/ccache:${PATH}"
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index cfcaab30..148e5f40 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,10 +2,10 @@
 
 set -e
 
-TAG="registry.gitlab.gnome.org/gnome/pygobject/main:v12"
+TAG="registry.gitlab.gnome.org/gnome/pygobject/main:v13"
 
 sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
     --file "Dockerfile" .
-sudo docker run -e PYENV_VERSION='3.7.4-debug' --rm --security-opt label=disable \
+sudo docker run -e PYENV_VERSION='3.8.1-debug' --rm --security-opt label=disable \
     --volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
     --tty --interactive "${TAG}" bash


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]