Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GenerateDockerImages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MoReFEM
CoreLibrary
GenerateDockerImages
Commits
ed10fa0e
Commit
ed10fa0e
authored
1 year ago
by
GILLES Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Gitlab CI: introduce temporary job to debug current issue.
parent
a2aaf2da
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#976518
failed
1 year ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci.yml
+44
-23
44 additions, 23 deletions
gitlab-ci.yml
with
44 additions
and
23 deletions
gitlab-ci.yml
+
44
−
23
View file @
ed10fa0e
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment