Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
STREAMBenchmark-jl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
pc2-CI
Julia
STREAMBenchmark-jl
Commits
3c18b354
Commit
3c18b354
authored
2 years ago
by
Carsten Bauer
Browse files
Options
Downloads
Patches
Plain Diff
ci juliahpc 1.8.3
parent
695297f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#31808
canceled
2 years ago
Stage: test
Stage: coverage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
3c18b354
...
...
@@ -19,7 +19,7 @@ stages:
# - module load lang/Julia/1.6.2-linux-x86_64
# - julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test();'
julia/1.
7.2
:
julia/1.
8.3
:
stage
:
test
tags
:
-
bauerc-noctua
...
...
@@ -35,11 +35,11 @@ julia/1.7.2:
# job: julia/1.6
script
:
-
/bin/bash -l
-
module load lang/Julia
/1.7.2-linux-x86_64
-
module load lang/Julia
HPC/1.8.3-foss-2022a-CUDA-11.7.0
-
julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test();'
# we don't really want to test the package here (it's fine if tests are failing)
julia/1.
7
-coverage
:
julia/1.
8
-coverage
:
stage
:
coverage
tags
:
-
bauerc-noctua
...
...
@@ -54,7 +54,7 @@ julia/1.7-coverage:
-
external_pull_requests
script
:
-
/bin/bash -l
-
module load lang/Julia
/1.7.2-linux-x86_64
-
module load lang/Julia
HPC/1.8.3-foss-2022a-CUDA-11.7.0
-
julia --color=yes --project=. -e 'using Pkg; Pkg.build(verbose=true); Pkg.test(; coverage =
true
);'
-
julia --color=yes --project=test/coverage -e 'import Pkg; Pkg.instantiate()'
-
julia --color=yes --project=test/coverage test/coverage/coverage.jl
...
...
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