Skip to content
Open
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: 9 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@ execution_time_limit:
hours: 6

queue:
- when: "branch != 'master' and branch !~ '[0-9]+\\.[0-9]+\\.x'"
- when: "branch != 'master' and branch !~ '[0-9]+\\.[0-9]+\\.x' and branch = 'pipeline-opt'"
processing: parallel

auto_cancel:
queued:
when: "branch != 'master'"

global_job_config:
prologue:
commands:
- checkout
- . set-cp-java-version
- . cache-maven restore


blocks:
- name: Test
dependencies: []
Expand All @@ -47,6 +52,9 @@ blocks:
- artifact push workflow target/test-results
- artifact push workflow target




- name: Release
dependencies: ["Test"]
run:
Expand Down