summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2020-09-26 01:55:25 +0300
committerAndres Gomez <agomez@igalia.com>2020-11-02 22:22:33 +0200
commit536b568794406dcf72f8c06542d2e903b867155d (patch)
treee5b1ca8f7fb53a8192747a30e40f9049388e0ac5 /.gitlab-ci.yml
parent6fbedcf2e3b6c09ed09cf2635eb181eb59b97393 (diff)
CI: add new functional tests to tox and CIs
Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/353>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b73c5c78..4d383ca7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -155,21 +155,21 @@ py36-tox:
extends:
- .tox
variables:
- TOX_ENV: "py36-{generator,noaccel,accel-nix,streams}"
+ TOX_ENV: "py36-{generator,noaccel,accel-nix,streams,functional}"
py37-tox:
image: python:3.7
extends:
- .tox
variables:
- TOX_ENV: "py37-{generator,noaccel,accel-nix,streams}"
+ TOX_ENV: "py37-{generator,noaccel,accel-nix,streams,functional}"
py38-tox:
image: python:3.8
extends:
- .tox
variables:
- TOX_ENV: "py38-{generator,noaccel,accel-nix,streams}"
+ TOX_ENV: "py38-{generator,noaccel,accel-nix,streams,functional}"
pages:
stage: deploy