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
7a67b433
Commit
7a67b433
authored
3 years ago
by
Matt Bovel
Browse files
Options
Downloads
Patches
Plain Diff
Update grading-gitlab-ci.yml
parent
b4ed731f
Branches
Branches containing commit
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
+7
-23
7 additions, 23 deletions
grading-gitlab-ci.yml
with
7 additions
and
23 deletions
grading-gitlab-ci.yml
+
7
−
23
View file @
7a67b433
...
@@ -17,47 +17,31 @@ variables:
...
@@ -17,47 +17,31 @@ variables:
compile
:
compile
:
stage
:
build
stage
:
build
timeout
:
1
5
m
timeout
:
1
0
m
image
:
lampepfl2022/cs206:
compile
image
:
${DOCKER_REPO}/
compile
tags
:
tags
:
-
cs20
6
-
cs2
1
0
except
:
except
:
-
tags
-
tags
-
master
-
master
-
exercise-1
-
exercise-2
-
exercise-3
-
exercise-4
-
exercise-5
-
exercise-6
-
exercise-7
-
exercise-8
script
:
script
:
-
sbt packageSubmission
-
sbt packageSubmission
# 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
:
20m
paths
:
paths
:
-
submission.jar
-
submission.jar
grade
:
grade
:
stage
:
grade
stage
:
grade
timeout
:
1
5
m
timeout
:
1
0
m
except
:
except
:
-
tags
-
tags
-
master
-
master
-
exercise-1
-
exercise-2
-
exercise-3
-
exercise-4
-
exercise-5
-
exercise-6
-
exercise-7
-
exercise-8
tags
:
tags
:
-
cs210
-
cs210
image
:
image
:
name
:
lampepfl2022/cs206:
grader-${CI_COMMIT_BRANCH}
name
:
${DOCKER_REPO}/
grader-${CI_COMMIT_BRANCH}
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
allow_failure
:
true
allow_failure
:
true
before_script
:
before_script
:
...
@@ -65,4 +49,4 @@ grade:
...
@@ -65,4 +49,4 @@ grade:
-
cp submission.jar /shared/submission/submission.jar
-
cp submission.jar /shared/submission/submission.jar
script
:
script
:
-
cd /grader
-
cd /grader
-
/grader/grade
-
env -i bash --noprofile --norc -c "/grader/grade ch.epfl.lamp.grading.CourseraGrading -"
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