Skip to content

Commit

Permalink
[9.18] 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.

Backport of MR !9926

Merge branch 'backport-nicki/ci-shotgun-doh-get-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9940
  • Loading branch information
nicki-krizek committed Jan 8, 2025
2 parents f68e60b + 934b570 commit a3fe766
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 @@ -1588,6 +1588,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 a3fe766

Please sign in to comment.