Skip to content

Commit

Permalink
chore(ci): add remote configuration for slab ci bot
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Sep 29, 2022
1 parent fa5dcb9 commit ecfcb9d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ci/slab.toml
@@ -0,0 +1,24 @@
[profile.cpu-big]
region = "eu-west-3"
image_id = "ami-04deffe45b5b236fd"
instance_type = "c5a.8xlarge"

[profile.cpu]
region = "eu-west-3"
image_id = "ami-04deffe45b5b236fd"
instance_type = "m5.2xlarge"

[command.shortint-test-cpu]
workflow = "aws_slab_shortint.yml"
profile = "cpu-big"
check_run_name = "Shortint CPU AWS Tests"

[command.integer-test-cpu]
workflow = "aws_slab_integer.yml"
profile = "cpu-big"
check_run_name = "Integer CPU AWS Tests"

[command.concrete-test-cpu]
workflow = "aws_slab_concrete.yml"
profile = "cpu"
check_run_name = "Concrete CPU AWS Tests"

0 comments on commit ecfcb9d

Please sign in to comment.