Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f30b40af authored by BADTS Thomas's avatar BADTS Thomas
Browse files

Add COMPSS_DOCKER to pipeline

parent 9c59a49e
No related branches found
No related tags found
No related merge requests found
......@@ -107,27 +107,29 @@ test_kwollect_monitoring:
- e2clab/tests/examples/kwollect.sh
# TODO: uncomment when we add a global e2clab configuration file (ssh keyname)
#test_compss_docker_invivo_g5k:
# image: debian:11
# variables:
# # Pull submodules for examples documentation
# GIT_SUBMODULE_STRATEGY: normal
# extends:
# - .before_script_template
# stage: invivo
# tags: ['ci.inria.fr']
# rules:
# - when: manual
# allow_failure: true
# script:
# # Run full COMPSs docker tutorial
# # Add service
# - git clone https://gitlab.inria.fr/E2Clab/user-defined-services.git /services
# - e2clab services add /services/COMPSs.py
# # Run experiment
# - cd examples/compss
# - e2clab deploy ./docker ./artifacts
# - e2clab destroy ./docker
test_compss_docker_invivo_g5k:
image: debian:11
variables:
# Pull submodules for examples documentation
GIT_SUBMODULE_STRATEGY: normal
extends:
- .before_script_template
stage: invivo
tags: ['ci.inria.fr']
rules:
- when: manual
allow_failure: true
script:
# Run full COMPSs docker tutorial
# Add service
- git clone https://gitlab.inria.fr/E2Clab/user-defined-services.git /services
- e2clab services add /services/COMPSs.py
# Change keyname
- "sed 's/# key_name.*/key_name: $SSH_KEY/g'"
# Run experiment
- cd examples/compss
- e2clab deploy ./docker ./artifacts
- e2clab destroy ./docker
# Test
......
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