Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
b2c4152a
Commit
b2c4152a
authored
7 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Missing some pipeline info
parent
208efcba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Feat/stack pinot noir
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
ci/update_squashfs.sh
+1
-1
1 addition, 1 deletion
ci/update_squashfs.sh
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
b2c4152a
...
@@ -71,7 +71,7 @@ variables:
...
@@ -71,7 +71,7 @@ variables:
FAKEHOME
:
"
/scratch/$(id
-un)"
FAKEHOME
:
"
/scratch/$(id
-un)"
COMMAND_OPTIONS_SBATCH
:
${slurm_options}
COMMAND_OPTIONS_SBATCH
:
${slurm_options}
STACK_VERSION
:
$(jq -Mrc .stack.version ${CI_PROJECT_DIR}/stacks/${stack}/config.json)
STACK_VERSION
:
$(jq -Mrc .stack.version ${CI_PROJECT_DIR}/stacks/${stack}/config.json)
image_name
:
"
${stack}-${environment}-${SQUASHFS_ID}"
image_name
:
"
${stack}-${environment}-${SQUASHFS_ID}
-${CI_PIPELINE_ID}
"
squashfs_image
:
$(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1)
squashfs_image
:
$(ls -t1 ${CI_DATA_LT}/squashfs-cache/${image_name}*.sqfs 2> /dev/null | head -1)
APPTAINER_EXEC_OPTIONS
:
>-
APPTAINER_EXEC_OPTIONS
:
>-
${apptainer_options}
${apptainer_options}
...
...
This diff is collapsed.
Click to expand it.
ci/update_squashfs.sh
+
1
−
1
View file @
b2c4152a
...
@@ -8,6 +8,6 @@ source ${CI_PROJECT_DIR}/ci/stack_env.sh
...
@@ -8,6 +8,6 @@ source ${CI_PROJECT_DIR}/ci/stack_env.sh
cd
/squashfs-cache
cd
/squashfs-cache
mksquashfs
${
STACK_LOCATION
}
${
stack
}
-
${
environment
}
-
${
squash_id
}
-
$(
date
+
'%Y%m%d_%H%M'
)
.sqfs
mksquashfs
${
STACK_LOCATION
}
${
stack
}
-
${
environment
}
-
${
squash_id
}
-
$
{
CI_PIPELINE_ID
}
-
$
(
date
+
'%Y%m%d_%H%M'
)
.sqfs
#ln -sf ${stack}-${environment}-${squash_id}-$(date +'%Y%m%d_%H%M').sqfs ${stack}-${environment}-${squash_id}.sqfs
#ln -sf ${stack}-${environment}-${squash_id}-$(date +'%Y%m%d_%H%M').sqfs ${stack}-${environment}-${squash_id}.sqfs
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