unip-controller/tests/data/resources/pu-user1/apps/app2/exp-pipeline10.yaml
2025-04-15 20:56:15 +03:00

62 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# Система: Единая библиотека, Центр ИИ НИУ ВШЭ
# Модуль: Тесты
# Авторы: Полежаев В.А., Хританков А.С.
# Дата создания: 2024 г.
# ============================================================
apiVersion: "unified-platform.cs.hse.ru/v1"
kind: ExperimentPipeline
metadata:
name: test-ep10
namespace: pu-user1-pa-app2
spec:
vars:
- name: input1
path: /data/i1
mountFrom:
box:
name: user_data
- name: input2
path: /data/i2
mountFrom:
box:
name: user_data
- name: input3
path: /data/i3
mountFrom:
box:
name: user_data
- name: input4
path: /use
mountFrom:
box:
name: user_data
boxPath: models
- name: output1
path: /data/o1
mountFrom:
box:
name: user_data
stages:
- name: stage1
image:
existingImageName: platform-reg.stratpro.hse.ru/pu-user1/test-model1:1.0.0-c25bfce
inputs:
- name: input1
- name: input2
- name: input3
- name: input4
outputs:
- name: output1
entryPoint:
cmd:
- bash
- -c
- echo "test"
connectedBoxes:
- name: user_data
path: /data
default: true
mountS3Box:
s3BoxName: test-app2-user-data