Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ed10fa0e authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

Gitlab CI: introduce temporary job to debug current issue.

parent a2aaf2da
Branches
Tags
No related merge requests found
Pipeline #976518 failed
...@@ -37,31 +37,52 @@ variables: ...@@ -37,31 +37,52 @@ variables:
- python3 ../deploy_morefem_on_macos.py --update_installed_morefem ${UPDATE_LATEST_TAG} - python3 ../deploy_morefem_on_macos.py --update_installed_morefem ${UPDATE_LATEST_TAG}
deploy_ubuntu_gcc_debug_shared: temporary:
extends: .deploy_template_linux stage: deploy
variables: tags:
OS: "ubuntu" - ci.inria.fr
COMPILER: "gcc" - large
MODE: "debug" image: registry.gitlab.inria.fr/morefem/docker-helper/image
IS_SINGLE_LIBRARY: "False" before_script:
- docker login -u $CI_REGISTRY_USER -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
script:
deploy_fedora_clang_debug_shared: - pwd
extends: .deploy_template_linux - git clone https://gitlab.inria.fr/MoReFEM/CoreLibrary/MoReFEM.git
variables: - cp Dockerfile create_docker_image.py MoReFEM
OS: "fedora" - cd MoReFEM
COMPILER: "clang" - ls -alrt
MODE: "debug" - docker build -t registry.gitlab.inria.fr/morefem/corelibrary/generatedockerimages/ubuntu_gcc_debug_shared:test --build-arg os=ubuntu --build-arg mode=debug --build-arg compiler=gcc --build-arg is_single_library=False --build-arg library_type=shared .
IS_SINGLE_LIBRARY: "True" # - python3 create_docker_image.py --mode=debug --compiler=gcc --os=ubuntu --tag=test --do_update_latest=False --is_single_library=False
# deploy_ubuntu_gcc_debug_shared:
# extends: .deploy_template_linux
# variables:
# OS: "ubuntu"
# COMPILER: "gcc"
# MODE: "debug"
# IS_SINGLE_LIBRARY: "False"
# deploy_fedora_clang_debug_shared:
# extends: .deploy_template_linux
# variables:
# OS: "fedora"
# COMPILER: "clang"
# MODE: "debug"
# IS_SINGLE_LIBRARY: "True"
deploy_fedora_clang_release_shared: # deploy_fedora_clang_release_shared:
extends: .deploy_template_linux # extends: .deploy_template_linux
variables: # variables:
OS: "fedora" # OS: "fedora"
COMPILER: "clang" # COMPILER: "clang"
MODE: "release" # MODE: "release"
IS_SINGLE_LIBRARY: "False" # IS_SINGLE_LIBRARY: "False"
# deploy_macos_clang_debug_several_static_libraries: # deploy_macos_clang_debug_several_static_libraries:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment