Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs-feliks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Feliks Kiszkurno
ogs-feliks
Commits
d764a83c
Verified
Commit
d764a83c
authored
1 year ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[ci] guix only pipeline.
parent
fa99ae22
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
scripts/ci/jobs/build-guix.yml
+9
-2
9 additions, 2 deletions
scripts/ci/jobs/build-guix.yml
scripts/ci/pipelines/guix.yml
+3
-0
3 additions, 0 deletions
scripts/ci/pipelines/guix.yml
with
18 additions
and
2 deletions
.gitlab-ci.yml
+
6
−
0
View file @
d764a83c
...
...
@@ -39,6 +39,9 @@ workflow:
-
if
:
$CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/
variables
:
PIPELINE_NAME
:
"
win
only
MR
pipeline:
$CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
-
if
:
$CI_MERGE_REQUEST_LABELS =~ /.*ci::guix only.*/
variables
:
PIPELINE_NAME
:
"
guix
only
MR
pipeline:
$CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
-
if
:
$CI_MERGE_REQUEST_IID
# merge requests
variables
:
PIPELINE_NAME
:
"
MR
pipeline:
$CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
...
...
@@ -73,6 +76,9 @@ include:
-
local
:
"
/scripts/ci/pipelines/win.yml"
rules
:
-
if
:
$CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/
-
local
:
"
/scripts/ci/pipelines/guix.yml"
rules
:
-
if
:
$CI_MERGE_REQUEST_LABELS =~ /.*ci::guix only.*/
-
local
:
"
/scripts/ci/jobs/build-wheels.yml"
rules
:
-
if
:
$CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
This diff is collapsed.
Click to expand it.
scripts/ci/jobs/build-guix.yml
+
9
−
2
View file @
d764a83c
...
...
@@ -12,14 +12,21 @@ build guix:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
allow_failure
:
true
-
if
:
$CI_MERGE_REQUEST_LABELS =~ /.*ci::guix only.*/
-
when
:
manual
allow_failure
:
true
script
:
-
which guix
-
guix describe
# SteadyStateDiffusion only!
-
guix build --fallback -L $PWD/.guix/modules ogs-ssd
-
guix build --fallback -L $PWD/.guix/modules ogs-petsc-ssd
-
|
if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci::guix\ only.* ]]; then
guix build --fallback -L $PWD/.guix/modules ogs
guix build --fallback -L $PWD/.guix/modules ogs-petsc
else
guix build --fallback -L $PWD/.guix/modules ogs-ssd
guix build --fallback -L $PWD/.guix/modules ogs-petsc-ssd
fi
deploy guix container eve
:
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/pipelines/guix.yml
0 → 100644
+
3
−
0
View file @
d764a83c
include
:
-
local
:
"
/scripts/ci/extends/*.yml"
-
local
:
"
/scripts/ci/jobs/build-guix.yml"
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