Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
c67eaeac
Commit
c67eaeac
authored
1 year ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Increase pkg_linux and pkg_linux_purepy_rev expiration time of ci job artifacts.
parent
6881e599
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#920511
passed
1 year ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
c67eaeac
...
...
@@ -365,7 +365,7 @@ pkg_linux:
paths
:
-
build/faust-${CI_COMMIT_SHA:0:8}-x86_64.deb
-
build/faust-${CI_COMMIT_SHA:0:8}-x86_64.rpm
expire_in
:
'
1
week'
expire_in
:
'
1
month'
# needed to ease maintaining matfaust_test_code_coverage
tags
:
-
linux
-
matlab
...
...
@@ -596,6 +596,8 @@ pkg_linux_purepy_rev:
-
tux_packager
needs
:
-
job
:
ctest_python
artifacts
:
expire_in
:
'
1
month'
# needed to ease maintaining pyfaust_test_code_coverage
.pkg_purepy_release
:
stage
:
pkg_purepy
...
...
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