Skip to content

Commit

Permalink
[#56408] CI: Add job with stress tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski authored and msobkowski committed Jun 7, 2024
1 parent d14f2a0 commit d03b1ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,24 @@ test-manager:
- merge_requests
- main

test-server-stress:
extends: .build
stage: local-tests
variables:
SCALENODE_CPU: 8
SCALENODE_RAM: 32768
script:
- cd server
- poetry run pytest tests/test-stress.py -vs
only:
refs:
- merge_requests
- main
artifacts:
paths:
- server/tests/logs/*
when: always

# ===== rdfm-client ===== #

build-rdfm-client:
Expand Down

0 comments on commit d03b1ab

Please sign in to comment.