Step | Arguments | Status | |
---|---|---|---|
Start of Pipeline - (2 min 54 sec in block) | |||
node - (2 min 53 sec in block) | |||
node block - (2 min 53 sec in block) | |||
stage - (1 sec in block) | Declarative: Checkout SCM | ||
stage block (Declarative: Checkout SCM) - (0.77 sec in block) | |||
checkout - (0.63 sec in self) | |||
withEnv - (2 min 52 sec in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | ||
withEnv block - (2 min 52 sec in block) | |||
stage - (31 sec in block) | Standard | ||
stage block (Standard) - (31 sec in block) | |||
updateGitlabCommitStatus - (0.8 sec in self) | |||
sh - (30 sec in self) | #!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure make -j 2 make check make clean | ||
updateGitlabCommitStatus - (0.37 sec in self) | |||
stage - (34 sec in block) | Python | ||
stage block (Python) - (33 sec in block) | |||
updateGitlabCommitStatus - (0.38 sec in self) | |||
sh - (33 sec in self) | #!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load llvm/10.0.1 module load python/3.6.5 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --with-python make -j 2 make check make clean | ||
updateGitlabCommitStatus - (0.3 sec in self) | |||
stage - (30 sec in block) | No OpenMP | ||
stage block (No OpenMP) - (30 sec in block) | |||
updateGitlabCommitStatus - (0.29 sec in self) | |||
sh - (29 sec in self) | #!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --disable-openmp make -j 2 make check make clean | ||
updateGitlabCommitStatus - (0.37 sec in self) | |||
stage - (34 sec in block) | Debugging/Coverage | ||
stage block (Debugging/Coverage) - (33 sec in block) | |||
updateGitlabCommitStatus - (0.35 sec in self) | |||
sh - (33 sec in self) | #!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --enable-debugging-checks --enable-coverage make -j 2 ./coverage.sh -r -i make clean | ||
updateGitlabCommitStatus - (0.32 sec in self) | |||
stage - (41 sec in block) | Intel | ||
stage block (Intel) - (41 sec in block) | |||
updateGitlabCommitStatus - (0.34 sec in self) | |||
sh - (40 sec in self) | #!/bin/bash set -x set -e module purge module load intel_comp/2018 module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --enable-debugging-checks make -j 2 make check make clean | ||
updateGitlabCommitStatus - (0.3 sec in self) |