Skip to content

chore: update repo by service bot #1959

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

Merged
merged 1 commit into from
Apr 19, 2025
Merged
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
14 changes: 7 additions & 7 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v1.0
name: Test on PR or create and upload wheels on tag.
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-1
type: s1-prod-ubuntu24-04-amd64-1
execution_time_limit:
hours: 3
global_job_config:
Expand Down Expand Up @@ -121,7 +121,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-prod-ubuntu24-04-arm64-1
env_vars:
- name: OS_NAME
value: linux
Expand All @@ -140,7 +140,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-3
type: s1-prod-ubuntu24-04-amd64-3
env_vars:
- name: OS_NAME
value: linux
Expand Down Expand Up @@ -188,7 +188,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-3
type: s1-prod-ubuntu24-04-amd64-3
env_vars:
- name: OS_NAME
value: linux
Expand Down Expand Up @@ -231,7 +231,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-prod-ubuntu24-04-arm64-1
env_vars:
- name: OS_NAME
value: linux
Expand Down Expand Up @@ -297,7 +297,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-3
type: s1-prod-ubuntu24-04-amd64-3
jobs:
- name: "Packaging all artifacts"
commands:
Expand All @@ -315,7 +315,7 @@ after_pipeline:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-1
type: s1-prod-ubuntu24-04-amd64-1
jobs:
- name: SonarQube
commands:
Expand Down