Skip to content

Commit

Permalink
test bigger node for serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Aug 1, 2023
1 parent 6b467f2 commit e9c0ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipelines/pull_request/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ steps:
- command: SERVERLESS_ENVIRONMENT=observability .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Observability Tests'
agents:
queue: n2-4-spot
queue: n2-16-spot
depends_on: build
timeout_in_minutes: 40
soft_fail:
Expand All @@ -72,7 +72,7 @@ steps:
- command: SERVERLESS_ENVIRONMENT=search .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Search Tests'
agents:
queue: n2-4-spot
queue: n2-16-spot
depends_on: build
timeout_in_minutes: 40
soft_fail:
Expand All @@ -85,7 +85,7 @@ steps:
- command: SERVERLESS_ENVIRONMENT=security .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Security Tests'
agents:
queue: n2-4-spot
queue: n2-16-spot
depends_on: build
timeout_in_minutes: 40
soft_fail:
Expand All @@ -98,7 +98,7 @@ steps:
- command: .buildkite/scripts/steps/functional/security_serverless.sh
label: 'Serverless Security Cypress Tests'
agents:
queue: n2-4-spot
queue: n2-16-spot
depends_on: build
timeout_in_minutes: 40
soft_fail:
Expand Down

0 comments on commit e9c0ee1

Please sign in to comment.