Skip to content
Snippets Groups Projects
Commit eaef0818 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

[docker-build] Change host for nvidia-docker img generation

parent f2867b27
No related branches found
No related tags found
No related merge requests found
Pipeline #201663 passed
Pipeline: HySoP-doc

#201718

    ...@@ -47,9 +47,9 @@ ubuntu:gpu-nvidia:docker-build: ...@@ -47,9 +47,9 @@ ubuntu:gpu-nvidia:docker-build:
    DOCKER_TARGET: hysop-final-gpu DOCKER_TARGET: hysop-final-gpu
    RESULT_NAME: $CI_REGISTRY_IMAGE/ci_gpu_nvidia RESULT_NAME: $CI_REGISTRY_IMAGE/ci_gpu_nvidia
    extends: .docker-build extends: .docker-build
    tags: # tags:
    - lmap # - lmap
    - gpu # - gpu
    rules: rules:
    - if: $CI_COMMIT_MESSAGE =~ /\[docker-build\]/ - if: $CI_COMMIT_MESSAGE =~ /\[docker-build\]/
    - if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
    ......
    ...@@ -72,7 +72,7 @@ full_test = get_option('FULL_TEST') ...@@ -72,7 +72,7 @@ full_test = get_option('FULL_TEST')
    optim = get_option('OPTIM') optim = get_option('OPTIM')
    with_mpi_test = get_option('WITH_MPI_TESTS') with_mpi_test = get_option('WITH_MPI_TESTS')
    fortran_layout = get_option('FORTRAN_LAYOUT') fortran_layout = get_option('FORTRAN_LAYOUT')
    # with_documentation = get_option('WITH_DOCUMENTATION') with_documentation = get_option('WITH_DOCUMENTATION')
    enable_long_tests = get_option('ENABLE_LONG_TESTS') enable_long_tests = get_option('ENABLE_LONG_TESTS')
    dev_mode = get_option('DEV_MODE') dev_mode = get_option('DEV_MODE')
    ......
    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