mirror of
https://github.com/tLDP/LDP.git
synced 2025-11-30 23:16:02 +07:00
Update Semaphore configuration
This commit is contained in:
31
.semaphore/semaphore.yml
Normal file
31
.semaphore/semaphore.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
version: v1.0
|
||||
name: First pipeline
|
||||
agent:
|
||||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu1804
|
||||
blocks:
|
||||
- name: Test
|
||||
task:
|
||||
prologue:
|
||||
commands:
|
||||
- checkout
|
||||
jobs:
|
||||
- name: 'Job #1'
|
||||
commands:
|
||||
- echo A
|
||||
- name: Unit tests
|
||||
task:
|
||||
prologue:
|
||||
commands:
|
||||
- checkout
|
||||
jobs:
|
||||
- name: Unit tests 1/3
|
||||
commands:
|
||||
- echo "run 1/3"
|
||||
- name: Unit tests 2/3
|
||||
commands:
|
||||
- echo "run 2/3"
|
||||
- name: Unit tests 3/3
|
||||
commands:
|
||||
- echo "run 3/3"
|
||||
Reference in New Issue
Block a user