Skip to content
Snippets Groups Projects
Unverified Commit f46c0c8d authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ ci : add smoke test for jureca nvidia arm nodes

parent df960a04
Branches
Tags 0.35.0-rc6
No related merge requests found
Pipeline #141164 failed
......@@ -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
# -------------------------------------------------
......
#---------------------------------------------------------------------------------------------------
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment