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

Commit

Permalink
fix: label name
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Apr 30, 2024
1 parent 51d19e2 commit a6c05e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark_group_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
server-label: ${{ steps.start-server-ec2-runner.outputs.label }}
server-ec2-instance-id: ${{ steps.start-server-ec2-runner.outputs.ec2-instance-id }}
private-ip: ${{ steps.get-private-ip.outputs.private-ip }}
client-label: ${{ steps.start-client-ec2-runner.outputs.label }}
client-ec2-instance-id: ${{ steps.start-client-ec2-runner.outputs.ec2-instance-id }}
benchmark-label: ${{ steps.start-benchmark-ec2-runner.outputs.label }}
benchmark-ec2-instance-id: ${{ steps.start-benchmark-ec2-runner.outputs.ec2-instance-id }}
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -34,8 +34,8 @@ jobs:
ec2-instance-type: ${{ vars.AWS_EC2_TYPE }}
subnet-id: ${{ vars.AWS_SUBNET_IP }}
security-group-id: ${{ vars.AWS_SG_1 }}
- name: Start client EC2 runner
id: start-client-ec2-runner
- name: Start benchmark EC2 runner
id: start-benchmark-ec2-runner
uses: machulav/ec2-github-runner@v2
with:
mode: start
Expand Down

0 comments on commit a6c05e3

Please sign in to comment.