Skip to content

Commit

Permalink
DP-8085 - Migrate to Sempahore self-hosted agent (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlou9 authored and m-ghazanfar committed May 29, 2023
1 parent 6576c55 commit 9c8debe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ version: v1.0
name: Apache Druid
agent:
machine:
type: e1-standard-4
os_image: ubuntu1804
type: s1-prod-ubuntu20-04-amd64-1

blocks:
- name: "Install"
Expand All @@ -28,6 +27,7 @@ blocks:
value: "-DskipTests -Djacoco.skip=true"
prologue:
commands:
- echo $SEMAPHORE_WORKFLOW_ID
- sem-version java 11
- checkout
jobs:
Expand All @@ -44,6 +44,7 @@ blocks:
env_vars: *env_vars
prologue:
commands:
- echo $SEMAPHORE_WORKFLOW_ID
- sem-version java 11
- checkout
- cache restore
Expand Down

0 comments on commit 9c8debe

Please sign in to comment.