Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Özgür Ozan Sen
ogs
Commits
52e44bcc
Commit
52e44bcc
authored
3 years ago
by
Lars Bilke
Committed by
Dmitry Yu. Naumov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Removed obsolete Linux Conan job.
parent
c5ec9292
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
scripts/ci/jobs/build-linux-conan.yml
+0
-29
0 additions, 29 deletions
scripts/ci/jobs/build-linux-conan.yml
scripts/ci/jobs/build-linux.yml
+20
-5
20 additions, 5 deletions
scripts/ci/jobs/build-linux.yml
with
20 additions
and
35 deletions
.gitlab-ci.yml
+
0
−
1
View file @
52e44bcc
...
...
@@ -33,7 +33,6 @@ include:
-
local
:
'
/scripts/ci/jobs/build-linux.yml'
-
local
:
'
/scripts/ci/jobs/build-linux-petsc.yml'
-
local
:
'
/scripts/ci/jobs/build-linux-frontend.yml'
-
local
:
'
/scripts/ci/jobs/build-linux-conan.yml'
-
local
:
'
/scripts/ci/jobs/build-docs.yml'
-
local
:
'
/scripts/ci/jobs/build-win.yml'
-
local
:
'
/scripts/ci/jobs/build-mac.yml'
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/jobs/build-linux-conan.yml
deleted
100644 → 0
+
0
−
29
View file @
c5ec9292
build linux conan
:
extends
:
-
.template-build-linux
-
.test-artifacts
-
.rules-master-manual
tags
:
[
shell
,
envinf1-shell
]
needs
:
[
meta
]
variables
:
CMAKE_PRESET
:
release
CMAKE_ARGS
:
>-
-DBUILD_SHARED_LIBS=ON
-DOGS_USE_CONAN=AUTO
-DOGS_USE_MFRONT=ON
-DOGS_USE_XDMF=ON
build linux native
:
extends
:
-
.template-build-linux
-
.test-artifacts
tags
:
[
shell
,
envinf
]
needs
:
[
meta
]
variables
:
CMAKE_PRESET
:
release
CMAKE_ARGS
:
>-
-DBUILD_SHARED_LIBS=ON
-DOGS_USE_CONAN=OFF
-DOGS_USE_POETRY=OFF
-DOGS_USE_MFRONT=ON
-DOGS_USE_XDMF=ON
This diff is collapsed.
Click to expand it.
scripts/ci/jobs/build-linux.yml
+
20
−
5
View file @
52e44bcc
...
...
@@ -3,7 +3,7 @@ build linux:
extends
:
-
.template-build-linux
-
.test-artifacts
tags
:
[
docker
]
tags
:
[
docker
]
needs
:
[
meta
,
ci_images
]
timeout
:
2h
variables
:
...
...
@@ -23,7 +23,7 @@ linux ctest large:
image
:
$CONTAINER_GCC_IMAGE
extends
:
-
.template-build-linux
tags
:
[
docker
,
envinf2
]
tags
:
[
docker
,
envinf2
]
needs
:
[
meta
,
ci_images
]
rules
:
-
when
:
manual
...
...
@@ -43,7 +43,7 @@ build linux (no unity):
extends
:
-
.template-build-linux
-
.test-artifacts
tags
:
[
docker
]
tags
:
[
docker
]
needs
:
[
meta
,
ci_images
]
timeout
:
1h
variables
:
...
...
@@ -62,11 +62,26 @@ build linux (no unity):
build linux (no deps, no procs)
:
image
:
$CONTAINER_GCC_IMAGE
extends
:
.template-build-linux
tags
:
[
docker
]
needs
:
[
meta
,
ci_images
]
tags
:
[
docker
]
needs
:
[
meta
,
ci_images
]
timeout
:
1h
variables
:
BUILD_TESTS
:
"
false"
BUILD_CTEST
:
"
false"
BUILD_PROCESSES
:
"
SteadyStateDiffusion"
CMAKE_PRESET
:
ci-simplest
build linux native
:
extends
:
-
.template-build-linux
-
.test-artifacts
tags
:
[
shell
,
envinf
]
needs
:
[
meta
]
variables
:
CMAKE_PRESET
:
release
CMAKE_ARGS
:
>-
-DBUILD_SHARED_LIBS=ON
-DOGS_USE_CONAN=OFF
-DOGS_USE_POETRY=OFF
-DOGS_USE_MFRONT=ON
-DOGS_USE_XDMF=ON
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