Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zell
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zell
Software
Zell
Commits
f46c0c8d
Unverified
Commit
f46c0c8d
authored
Jun 4, 2023
by
Jayesh Badwaik
Browse files
Options
Downloads
Patches
Plain Diff
+ ci : add smoke test for jureca nvidia arm nodes
parent
df960a04
Branches
Branches containing commit
Tags
0.35.0-rc6
Tags containing commit
No related merge requests found
Pipeline
#141164
failed
Jun 4, 2023
Stage: .pre
Stage: Test
Stage: .post
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
.gitlab/smoke/jureca.nvidia-arm.2023.yml
+26
-0
26 additions, 0 deletions
.gitlab/smoke/jureca.nvidia-arm.2023.yml
with
33 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
f46c0c8d
...
...
@@ -41,6 +41,13 @@ include:
-
local
:
.gitlab/mandatory/reuse.yml
-
local
:
.gitlab/mandatory/testdata.yml
# -------------------------------------------------
# Platform Smoke Tests
# -------------------------------------------------
-
local
:
.gitlab/smoke/jureca.nvidia-arm.2023.yml
# -------------------------------------------------
# Production Sites
# -------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
.gitlab/smoke/jureca.nvidia-arm.2023.yml
0 → 100644
+
26
−
0
View file @
f46c0c8d
#---------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: (C) 2020, Jayesh Badwaik <jayesh@badwaik.dev>
#---------------------------------------------------------------------------------------------------
smoke.platform.jureca.nvidia-arm.2023
:
tags
:
-
jsc
-
jurecadc
-
compute
-
slurm
stage
:
.pre
variables
:
SCHEDULER_PARAMETERS
:
"
--account=exalab
--time=00:10:00
--partition=dc-arm"
script
:
-
hostname
-
module load GCC CUDA
-
nvidia-smi
-
gcc --version
-
pwd
-
df -h
-
echo $CI_BUILDS_DIR
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