Azure / Azure/azure-sdk-tools

[stress testing] Investigate/fix/document object type mapping for matrix

Open
#4,645 0 comments 0 reactions 1 assignee Claimed by @ckairen View on GitHub
Central-EngSys Stress
Dominant language
C#
Stars
135
Forks
260
Avg merge
1d 22h
Merged PRs (30d)
115

Description

There are cases where we may want to define, or at least document clear behavior, on how matrix yaml types translate to helm chart yaml types. For example, command args:

```
# matrix
matrix:
scenarios:
Test1:
command: bash
args:
- -c
- sleep 3600

# helm pod chart

template:
spec:
containers:
- image: busybox
command: {{ .Stress.command }}
args: {{ .Stress.args }} # array type
```

CC @ckairen @richardpark-msft

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.