Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Add support to A1 shape #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ variables:
- eq:
- bastion_shape
- "VM.Optimized3.Flex"

- eq:
- bastion_shape
- "VM.Standard.A1.Flex"
type: integer
default: 1
title: Bastion Server Flex Shape OCPUs
Expand All @@ -332,7 +334,9 @@ variables:
- eq:
- bastion_shape
- "VM.Optimized3.Flex"

- eq:
- bastion_shape
- "VM.Standard.A1.Flex"
type: integer
default: 6
title: Bastion Server Flex Shape Memory
Expand Down Expand Up @@ -361,8 +365,10 @@ variables:
- "VM.Standard.E4.Flex"
- eq:
- controller_shape
- "VM.Optimized3.Flex"

- "VM.Optimized3.Flex"
- eq:
- controller_shape
- "VM.Standard.A1.Flex"
type: integer
default: 1
title: Jenkins Controller Server Flex Shape OCPUs
Expand All @@ -383,8 +389,10 @@ variables:
- "VM.Standard.E4.Flex"
- eq:
- controller_shape
- "VM.Optimized3.Flex"

- "VM.Optimized3.Flex"
- eq:
- controller_shape
- "VM.Standard.A1.Flex"
type: integer
default: 6
title: Jenkins Controller Server Flex Shape Memory
Expand Down Expand Up @@ -414,6 +422,9 @@ variables:
- eq:
- agent_shape
- "VM.Optimized3.Flex"
- eq:
- agent_shape
- "VM.Standard.A1.Flex"
type: integer
default: 1
title: Jenkins Agent Server Flex Shape OCPUs
Expand All @@ -435,6 +446,9 @@ variables:
- eq:
- agent_shape
- "VM.Optimized3.Flex"
- eq:
- agent_shape
- "VM.Standard.A1.Flex"
type: integer
default: 6
title: Jenkins Agent Server Flex Shape Memory
Expand Down