Skip to content

Commit

Permalink
Add postgres label under rolling-update, large-data-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Nov 1, 2024
1 parent 6576603 commit 5218f09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,22 @@ rolling-update:
stash:
runtimeStash: true
qaStash: true
labels:
- 'postgresql'
podSpec:
cpu: 4
images: [ 'maven:3.8.5-eclipse-temurin-11', 'postgres:17.0' ]
large-data-tests:
directory: 'qa/large-data-tests'
command: 'verify -Plarge-data-tests,'
stash:
runtimeStash: true
labels:
- 'postgresql'
podSpec:
cpu: 4
images: [ 'maven:3.8.5-eclipse-temurin-11', 'postgres:17.0' ]

engine-rest-unit-jersey-2:
directory: 'engine-rest/engine-rest'
command: 'clean install -Pjersey2'
Expand Down

0 comments on commit 5218f09

Please sign in to comment.