From b02f30e9e9192287ddb6d06c13cbe6fb30c85493 Mon Sep 17 00:00:00 2001 From: Lauren Liberda Date: Thu, 4 Mar 2021 12:01:19 +0100 Subject: [PATCH] pypy tests --- .gitlab-ci.yml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d107de6c..be367fb26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,26 @@ default: - apk add bash - pip install nose +pypy3.6-core: + image: pypy:3.6-slim + variables: + HDL_TEST_SET: core + before_script: + - apt-get update && apt-get install -y bash && apt-get clean + - pip install nose + script: + - ./devscripts/run_tests.sh + +pypy3.7-core: + image: pypy:3.7-slim + variables: + HDL_TEST_SET: core + before_script: + - apt-get update && apt-get install -y bash && apt-get clean + - pip install nose + script: + - ./devscripts/run_tests.sh + py3.6-core: image: python:3.6-alpine variables: @@ -39,18 +59,6 @@ py3.9-download: script: - ./devscripts/run_tests.sh -#jython-core: -# image: openjdk:11-slim -# variables: -# HDL_TEST_SET: core -# allow_failure: true -# before_script: -# - apt-get update -# - apt-get install -y wget -# - ./devscripts/install_jython.sh -# - export PATH="$HOME/jython/bin:$PATH" -# script: -# - ./devscripts/run_tests.sh playwright-tests-core: image: mcr.microsoft.com/playwright:focal