From 0fd04a774bc4a2c2915d6c09d8931599cccb2bec Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Mon, 25 Apr 2022 12:04:55 +0200 Subject: [PATCH] ci: move pybindgen to a private runner --- utils/tests/gitlab-ci-pybindgen.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/utils/tests/gitlab-ci-pybindgen.yml b/utils/tests/gitlab-ci-pybindgen.yml index 2fd5ee7cd..d5ba2da12 100644 --- a/utils/tests/gitlab-ci-pybindgen.yml +++ b/utils/tests/gitlab-ci-pybindgen.yml @@ -3,6 +3,9 @@ pybindgen-21.04: only: variables: - $RELEASE == "weekly" + tags: + - nsnam + - linux before_script: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get install -y g++ cmake ninja-build ccache libgsl-dev libgtk-3-dev libboost-dev wget git python3 python3-pip @@ -28,6 +31,9 @@ pybindgen-20.04: only: variables: - $RELEASE == "manual" + tags: + - nsnam + - linux before_script: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get install -y g++ cmake ninja-build ccache libgsl-dev libgtk-3-dev libboost-dev wget git python3 python3-pip @@ -52,6 +58,9 @@ pybindgen-18.04: only: variables: - $RELEASE == "manual" + tags: + - nsnam + - linux before_script: - apt-get update - apt-get install -y software-properties-common