Skip to content

Commit

Permalink
Issue #9146: switch to jdk 11 in cirrusci
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov committed May 4, 2021
1 parent 4fba9ea commit 7726a54
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 2
version: 2.1
jobs:

build-caches:
machine: true
machine:
image: ubuntu-2004:202101-01
steps:
# restore_cache.keys does not work, so multiple restore_cache.key is used
- restore_cache:
Expand Down Expand Up @@ -61,7 +62,8 @@ jobs:
- contribution

pitest1:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -85,7 +87,8 @@ jobs:
path: ./target/pit-reports

pitest2:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -109,7 +112,8 @@ jobs:
path: ./target/pit-reports

pitest3:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -133,7 +137,8 @@ jobs:
path: ./target/pit-reports

pitest4:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -157,7 +162,8 @@ jobs:
path: ./target/pit-reports

pitest5:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -181,7 +187,8 @@ jobs:
path: ./target/pit-reports

pitest6:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -205,7 +212,8 @@ jobs:
path: ./target/pit-reports

pitest7:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand All @@ -227,7 +235,8 @@ jobs:
path: ./target/pit-reports

pitest8:
machine: true
machine:
image: ubuntu-2004:202101-01
parallelism: 4
steps:
- attach_workspace:
Expand Down

0 comments on commit 7726a54

Please sign in to comment.