소스 검색

SONARCLOUD-161 use postgresql 9.5 in QA

tags/7.5
Simon Brandhof 5 년 전
부모
커밋
da59d3a5c1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      .cirrus.yml

+ 3
- 1
.cirrus.yml 파일 보기

@@ -101,7 +101,9 @@ qa_task:
memory: 10Gb
additional_containers:
- name: postgres
image: postgres:9.3
# 9.5 is the version used internally at SonarSource.
# The minimal supported version is 9.3 and is tested by nightly QA jobs.
image: postgres:9.5
port: 5432
cpu: 1
memory: 1Gb

Loading…
취소
저장