Skip to content
Snippets Groups Projects
Commit 0219d014 authored by Tom Rini's avatar Tom Rini
Browse files

gitlab/azure: Enable LLVM tests


Now that we have again fixed the problems that building with clang
exposes, enable these tests on Azure and GitLab-CI as well.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 626b0389
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,10 @@ jobs: ...@@ -149,6 +149,10 @@ jobs:
sandbox: sandbox:
TEST_PY_BD: "sandbox" TEST_PY_BD: "sandbox"
BUILDMAN: "^sandbox$" BUILDMAN: "^sandbox$"
sandbox_clang:
TEST_PY_BD: "sandbox"
BUILDMAN: "^sandbox$"
OVERRIDE: "-O clang-7"
sandbox_spl: sandbox_spl:
TEST_PY_BD: "sandbox_spl" TEST_PY_BD: "sandbox_spl"
TEST_PY_TEST_SPEC: "test_ofplatdata" TEST_PY_TEST_SPEC: "test_ofplatdata"
...@@ -238,6 +242,7 @@ jobs: ...@@ -238,6 +242,7 @@ jobs:
export TEST_PY_ID="${TEST_PY_ID}" export TEST_PY_ID="${TEST_PY_ID}"
export TEST_PY_TEST_SPEC="${TEST_PY_TEST_SPEC}" export TEST_PY_TEST_SPEC="${TEST_PY_TEST_SPEC}"
export BUILDMAN="${BUILDMAN}" export BUILDMAN="${BUILDMAN}"
export OVERRIDE="${OVERRIDE}"
EOF EOF
cat << "EOF" >> test.sh cat << "EOF" >> test.sh
# the below corresponds to .gitlab-ci.yml "before_script" # the below corresponds to .gitlab-ci.yml "before_script"
......
...@@ -178,6 +178,14 @@ sandbox test.py: ...@@ -178,6 +178,14 @@ sandbox test.py:
BUILDMAN: "^sandbox$" BUILDMAN: "^sandbox$"
<<: *buildman_and_testpy_dfn <<: *buildman_and_testpy_dfn
sandbox with clang test.py:
tags: [ 'all' ]
variables:
TEST_PY_BD: "sandbox"
BUILDMAN: "^sandbox$"
OVERRIDE: "-O clang-7"
<<: *buildman_and_testpy_dfn
sandbox_spl test.py: sandbox_spl test.py:
tags: [ 'all' ] tags: [ 'all' ]
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment