Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing: ca config #1760

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
20 changes: 10 additions & 10 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-macos-13-5-amd64
type: s1-nonprod-macos-13-5-amd64
env_vars:
- name: OS_NAME
value: osx
Expand All @@ -40,7 +40,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-macos-13-5-arm64
type: s1-nonprod-macos-13-5-arm64
env_vars:
- name: OS_NAME
value: osx
Expand All @@ -61,7 +61,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-nonprod-ubuntu20-04-arm64-1
env_vars:
- name: OS_NAME
value: linux
Expand All @@ -80,7 +80,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-3
type: s1-nonprod-ubuntu20-04-amd64-1
env_vars:
- name: OS_NAME
value: linux
Expand All @@ -99,7 +99,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-windows
type: s1-nonprod-windows
env_vars:
- name: OS_NAME
value: windows
Expand Down Expand Up @@ -128,7 +128,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-2
type: s1-nonprod-ubuntu20-04-amd64-1
env_vars:
- name: OS_NAME
value: linux
Expand All @@ -150,7 +150,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-nonprod-ubuntu20-04-arm64-1
env_vars:
- name: OS_NAME
value: linux
Expand All @@ -169,7 +169,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-macos-13-5-amd64
type: s1-nonprod-macos-13-5-amd64
env_vars:
- name: OS_NAME
value: osx
Expand All @@ -188,7 +188,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-macos-13-5-arm64
type: s1-nonprod-macos-13-5-arm64
env_vars:
- name: OS_NAME
value: osx
Expand All @@ -214,7 +214,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-3
type: s1-nonprod-ubuntu20-04-amd64-1
jobs:
- name: "Packaging all artifacts"
commands:
Expand Down