Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,14 @@ workflows:
version: 2
build-and-test:
jobs:
- build-dtest-jdk11
- client_only_unit_java8
- approve-build:
type: approval
- build-dtest-jdk11:
requires:
- approve-build
- client_only_unit_java8:
requires:
- approve-build
- unit_java11:
requires:
- build-dtest-jdk11
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.4.0
-----
* Add manual approval step to CircleCI builds so that builds can be triggered when required (CASSSIDECAR-420)
* Add JDK11_OPTIONS to the startup script (CASSSIDECAR-416)
* Add safety check to Live Migration data copy task endpoint (CASSSIDECAR-409)
* Define common operational job tracking interface and refactor current operational job tracker (CASSSIDECAR-372)
Expand Down