mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
ci: migrate to Semaphore CI 2.0
This commit is contained in:
parent
41979f59d3
commit
01371e2cd8
27
.semaphore/semaphore.yml
Normal file
27
.semaphore/semaphore.yml
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
# vi: ts=2 sw=2 et:
|
||||
|
||||
version: v1.0
|
||||
name: Debian autopkgtest (LXC)
|
||||
agent:
|
||||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu1804
|
||||
|
||||
# Cancel any running or queued job for the same ref
|
||||
auto_cancel:
|
||||
running:
|
||||
when: "true"
|
||||
|
||||
execution_time_limit:
|
||||
hours: 1
|
||||
|
||||
blocks:
|
||||
- name: "Setup & test"
|
||||
task:
|
||||
jobs:
|
||||
- name: "Install dependencies & run the Debian autopkgtest"
|
||||
commands:
|
||||
- checkout --use-cache
|
||||
- .semaphore/semaphore-runner.sh SETUP
|
||||
- .semaphore/semaphore-runner.sh RUN
|
Loading…
Reference in New Issue
Block a user