Skip to content

Commit

Permalink
new: ci: Add shotgun perf test of DoH GET to CI
Browse files Browse the repository at this point in the history
Add performance tests of DoH using the GET protocol to nightly pipelines.

Merge branch 'nicki/ci-shotgun-doh-get' into 'main'

See merge request isc-projects/bind9!9926
  • Loading branch information
nicki-krizek committed Jan 8, 2025
2 parents b1b004e + 32c5f24 commit e71549e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,14 @@ shotgun:dot:
when: delayed
start_in: 5 minutes

shotgun:doh-get:
<<: *shotgun_job
variables:
SHOTGUN_SCENARIO: doh-get
SHOTGUN_TRAFFIC_MULTIPLIER: 3
when: delayed
start_in: 5 minutes

.stress-test: &stress_test
stage: performance
script:
Expand Down

0 comments on commit e71549e

Please sign in to comment.