Skip to content

Commit

Permalink
update benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 19, 2024
1 parent 1c752f1 commit 48fb353
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,19 @@ runner-test-matrix:
TEST_SUITE: benchmark
TEST_TYPE: benchmark

- id: soak/automation_test.go:TestAutomationBenchmark
path: integration-tests/benchmark/automation_test.go
test_env_type: k8s-remote-runner
remote_runner_memory: 4Gi
runs_on: ubuntu-latest
# workflows:
# - Nightly E2E Tests
test_cmd: cd integration-tests/benchmark && go test -v -test.run ^TestAutomationBenchmark$ -test.parallel=1 -timeout 30m -count=1 -json
pyroscope_env: ci-benchmark-automation-nightly
test_env_vars:
TEST_SUITE: benchmark
TEST_TYPE: soak

# END: Automation tests

# START: VRF tests
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/automation-benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
name: Run E2E Tests
uses: ./.github/workflows/run-e2e-tests-reusable-workflow.yml
with:
test_ids: 'benchmark/automation_test.go:TestAutomationBenchmark'
test_ids: '${{ inputs.testType }}/automation_test.go:TestAutomationBenchmark'
test_config_override_path: ${{ inputs.test_config_override_path }}
SLACK_USER: ${{ inputs.slackMemberID }}
TEST_TYPE: ${{ inputs.testType }}
SLACK_CHANNEL: C03KJ5S7KEK
secrets:
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
Expand Down

0 comments on commit 48fb353

Please sign in to comment.