From 847e0bca8da12c0ac310dd693122748642a77601 Mon Sep 17 00:00:00 2001 From: Johannes Lenzen Date: Tue, 26 May 2020 10:25:30 +0200 Subject: [PATCH] testing --- .gitlab-ci.yml | 40 ++++++++++++++++++++++++ CI/gitlab-ci/linux-template-test-job.yml | 5 +++ 2 files changed, 45 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4041b293..bed1811e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,11 @@ test-debug-gcc-cpp11: tags: [Docker] dependencies: [build-debug-gcc-cpp11] needs: [build-debug-gcc-cpp11] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-gcc-cpp11-debug-Vector-Checks + - ls -lh build-gcc-cpp11-debug-Vector-Checks/Unittests artifacts: reports: junit: @@ -96,6 +101,11 @@ test-release-gcc-cpp11: tags: [Docker] dependencies: [build-release-gcc-cpp11] needs: [build-release-gcc-cpp11] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-gcc-cpp11-release-Vector-Checks + - ls -lh build-gcc-cpp11-release-Vector-Checks/Unittests artifacts: reports: junit: @@ -132,6 +142,11 @@ test-debug-clang-cpp11: tags: [Docker] dependencies: [build-debug-clang-cpp11] needs: [build-debug-clang-cpp11] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-clang-cpp11-debug-Vector-Checks + - ls -lh build-clang-cpp11-debug-Vector-Checks/Unittests artifacts: reports: junit: @@ -168,6 +183,11 @@ test-release-clang-cpp11: tags: [Docker] dependencies: [build-release-clang-cpp11] needs: [build-release-clang-cpp11] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-clang-cpp11-release-Vector-Checks + - ls -lh build-clang-cpp11-release-Vector-Checks/Unittests artifacts: reports: junit: @@ -204,6 +224,11 @@ test-debug-gcc-cpp14: tags: [Docker] dependencies: [build-debug-gcc-cpp14] needs: [build-debug-gcc-cpp14] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-gcc-cpp14-debug-Vector-Checks + - ls -lh build-gcc-cpp14-debug-Vector-Checks/Unittests artifacts: reports: junit: @@ -240,6 +265,11 @@ test-release-gcc-cpp14: tags: [Docker] dependencies: [build-release-gcc-cpp14] needs: [build-release-gcc-cpp14] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-gcc-cpp14-release-Vector-Checks + - ls -lh build-gcc-cpp14-release-Vector-Checks/Unittests artifacts: reports: junit: @@ -276,6 +306,11 @@ test-debug-clang-cpp14: tags: [Docker] dependencies: [build-debug-clang-cpp14] needs: [build-debug-clang-cpp14] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-clang-cpp14-debug-Vector-Checks + - ls -lh build-clang-cpp14-debug-Vector-Checks/Unittests artifacts: reports: junit: @@ -312,6 +347,11 @@ test-release-clang-cpp14: tags: [Docker] dependencies: [build-release-clang-cpp14] needs: [build-release-clang-cpp14] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-clang-cpp14-release-Vector-Checks + - ls -lh build-clang-cpp14-release-Vector-Checks/Unittests artifacts: reports: junit: diff --git a/CI/gitlab-ci/linux-template-test-job.yml b/CI/gitlab-ci/linux-template-test-job.yml index dba1864a..d889bc7d 100644 --- a/CI/gitlab-ci/linux-template-test-job.yml +++ b/CI/gitlab-ci/linux-template-test-job.yml @@ -11,6 +11,11 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}: tags: [Docker] dependencies: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}] needs: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}] + after_script: + - echo Debugging + - ls -l . + - ls -lh build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-Vector-Checks + - ls -lh build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-Vector-Checks/Unittests artifacts: reports: junit: