Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS-206 Parallelism and Concurrency 2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
lamp
CS-206 Parallelism and Concurrency 2022
Commits
6224e0c1
Commit
6224e0c1
authored
4 years ago
by
Olivier Blanvillain
Browse files
Options
Downloads
Patches
Plain Diff
Update grading-gitlab-ci.yml
parent
7a5f9653
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grading-gitlab-ci.yml
+2
-14
2 additions, 14 deletions
grading-gitlab-ci.yml
with
2 additions
and
14 deletions
grading-gitlab-ci.yml
+
2
−
14
View file @
6224e0c1
...
@@ -15,26 +15,14 @@ stages:
...
@@ -15,26 +15,14 @@ stages:
compile
:
compile
:
stage
:
build
stage
:
build
timeout
:
15m
timeout
:
15m
image
:
lampepfl/
dotty:2020-11-19
image
:
lampepfl/
moocs:cs206-2021-02-22
tags
:
tags
:
-
cs210
-
cs210
except
:
except
:
-
tags
-
tags
-
master
-
master
# Caching is only allowed for directories inside the current project, so we make sure
# all our caches are inside CI_PROJECT_DIR:
script
:
script
:
-
XDG_CACHE_HOME=${CI_PROJECT_DIR}/.cache sbt -Dsbt.boot.directory="${CI_PROJECT_DIR}/.sbt-boot" -Dsbt.ivy.home="${CI_PROJECT_DIR}/.ivy2" packageSubmission
-
sbt packageSubmission
# Careful: using a cache on a gitlab-runner means that a cache.zip file will
# be downloaded to each container, this can quickly fill up disk space on the
# runner space. To mitigate this we use a `docker-prune` systemd timer that
# runs `docker system prune --force --volumes -a`.
cache
:
key
:
cs206-2021
paths
:
-
.cache/
-
.sbt-boot/
-
.ivy2/cache/
# Output of this job that needs to be stored to be reused in the grade job below
# Output of this job that needs to be stored to be reused in the grade job below
artifacts
:
artifacts
:
expire_in
:
1 day
expire_in
:
1 day
...
...
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