Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
f063ebde
Unverified
Commit
f063ebde
authored
Jul 12, 2023
by
Nicolas Patry
Committed by
GitHub
Jul 12, 2023
Browse files
chore: migrate ci region for more availability. (#581)
parent
5bd2ab65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/load_test.yaml
.github/workflows/load_test.yaml
+6
-6
No files found.
.github/workflows/load_test.yaml
View file @
f063ebde
...
@@ -15,11 +15,11 @@ jobs:
...
@@ -15,11 +15,11 @@ jobs:
name
:
Start self-hosted EC2 runner
name
:
Start self-hosted EC2 runner
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
env
:
env
:
AWS_REGION
:
us-east
-1
AWS_REGION
:
eu-central
-1
EC2_AMI_ID
:
ami-0
3cfed9ea28f4b002
EC2_AMI_ID
:
ami-0
ab09c07cfd194259
EC2_INSTANCE_TYPE
:
g5.12xlarge
EC2_INSTANCE_TYPE
:
g5.12xlarge
EC2_SUBNET_ID
:
subnet-9
31b34f5,subnet-ecb993cd,subnet-943dc2d8,subnet-45371f1a,subnet-ee93e0df,subnet-fddc3dfc
EC2_SUBNET_ID
:
subnet-9
88fd9f2,subnet-6f56db13,subnet-6a039326
EC2_SECURITY_GROUP
:
sg-0
4d472c808f365022
EC2_SECURITY_GROUP
:
sg-0
72f92ae3082936c6
outputs
:
outputs
:
label
:
${{ steps.start-ec2-runner.outputs.label }}
label
:
${{ steps.start-ec2-runner.outputs.label }}
ec2-instance-id
:
${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
ec2-instance-id
:
${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
...
@@ -90,7 +90,7 @@ jobs:
...
@@ -90,7 +90,7 @@ jobs:
-
load-tests
-
load-tests
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
env
:
env
:
AWS_REGION
:
us-east
-1
AWS_REGION
:
eu-central
-1
if
:
${{ always() }}
# required to stop the runner even if the error happened in the previous jobs
if
:
${{ always() }}
# required to stop the runner even if the error happened in the previous jobs
steps
:
steps
:
-
name
:
Configure AWS credentials
-
name
:
Configure AWS credentials
...
@@ -105,4 +105,4 @@ jobs:
...
@@ -105,4 +105,4 @@ jobs:
mode
:
stop
mode
:
stop
github-token
:
${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
github-token
:
${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
label
:
${{ needs.start-runner.outputs.label }}
label
:
${{ needs.start-runner.outputs.label }}
ec2-instance-id
:
${{ needs.start-runner.outputs.ec2-instance-id }}
ec2-instance-id
:
${{ needs.start-runner.outputs.ec2-instance-id }}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment