test
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
maltegrosse 2023-01-18 10:21:16 +01:00
parent cc61eb807c
commit c9f1c2919e
1 changed files with 9 additions and 16 deletions

View File

@ -3,29 +3,22 @@ pipeline:
first-job: first-job:
image: busybox image: busybox
commands: commands:
- echo "pick pick wood pickasdpaasdsdick ....asd.sd..kj......" - echo "ci working..."
nvidia-test:
image: nvidia/cuda:11.6.2-base-ubuntu20.04
commands:
- nvidia-smi
environment:
- NVIDIA_VISIBLE_DEVICES=all
gpu: gpu:
image: oguzpastirmaci/gpu-burn:latest image: oguzpastirmaci/gpu-burn:latest
environment: environment:
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all
commands: commands:
- sleep 64800
- cd /app - cd /app
- ./gpu_burn 120 - ./gpu_burn 120
- echp "burned" - echp "burned. done"
#nvidia-test:
# image: nvidia/cuda:11.6.2-base-ubuntu20.04
# commands:
# - nvidia-smi
# - apt update -y && apt install git build-essential wget -y
# - git clone https://github.com/wilicc/gpu-burn
# - wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/libcublas-dev_10.1.0.105-1_amd64.deb
# - dpkg -i libcublas-dev_10.1.0.105-1_amd64.deb
# - cd gpu-burn
# - make
# - ./gpu_burn 60
# environment:
# - NVIDIA_VISIBLE_DEVICES=all
# 2nd: # 2nd:
# image: oguzpastirmaci/gpu-burn:latest # image: oguzpastirmaci/gpu-burn:latest
# environment: # environment: