Skip to content

Commit

Permalink
KEG-2374: Fix build pipeline after circleci changes (#767)
Browse files Browse the repository at this point in the history
* KEG-2374: Fix build pipeline after circleci changes

* KEG-2374: Integration tests need access to Comms Prod account.
  • Loading branch information
joedarby authored Jan 10, 2023
1 parent aeadd13 commit dfa2fd3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
docker:
docker:
- image: circleci/openjdk:11-jdk
- image: cimg/openjdk:11.0.17
auth:
username: $OVO_DOCKERHUB_USER
password: $OVO_DOCKERHUB_PASSWORD
Expand All @@ -15,15 +15,6 @@ executors:
DEFAULT_AWS_REGION: "eu-west-1"
AWS_REGION: "eu-west-1"

machine:
machine:
enabled: true
image: circleci/classic:edge

environment:
JAVA_OPTS: "-Xmx1g -XX:MaxMetaspaceSize=1g -XX:MetaspaceSize=1g -XX:+CMSClassUnloadingEnabled"
DEFAULT_AWS_REGION: "eu-west-1"
AWS_REGION: "eu-west-1"

commands:
generate_sbt_cache_key:
Expand Down Expand Up @@ -78,8 +69,7 @@ jobs:
command: exit 0

snyk_test:
docker:
- image: circleci/openjdk:8-jdk
executor: docker
steps:
- checkout
- snyk/scan:
Expand Down Expand Up @@ -322,6 +312,7 @@ workflows:
context:
- ovo-internal-public
- comms-internal-build
- comms-internal-prd
requires:
- build

Expand All @@ -336,6 +327,7 @@ workflows:
context:
- ovo-internal-public
- comms-internal-build
- comms-internal-prd
requires:
- build

Expand Down

0 comments on commit dfa2fd3

Please sign in to comment.