Skip to content

Commit

Permalink
shortened display name
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun4464 committed Dec 27, 2024
1 parent 6360f0a commit 2cb87c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ executors:
- image: secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow/kuscia-ci:0.6
resource_class: arm.2xlarge
shell: /bin/bash --login -eo pipefail
linux_amd_integration_test:
linux_amd:
machine:
image: ubuntu-2404:2024.11.1
shell: /bin/bash --login -eo pipefail
linux_arm_integration_test:
linux_arm:
machine:
image: ubuntu-2204:2024.11.1
resource_class: arm.medium
Expand Down Expand Up @@ -169,7 +169,7 @@ workflows:
- integration_test:
matrix:
parameters:
executor: [ "linux_amd_integration_test", "linux_arm_integration_test" ]
executor: [ "linux_amd", "linux_arm" ]
filters:
branches:
only: /.*/
Expand Down

0 comments on commit 2cb87c6

Please sign in to comment.