udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / .semaphore / semaphore.yml
blob07742337e8a0bf25a7086e56233965d18ec65325
1 ---
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # vi: ts=2 sw=2 et:
5 version: v1.0
6 name: Debian autopkgtest (LXC)
7 agent:
8   machine:
9     type: e1-standard-2
10     os_image: ubuntu2004
12 # Cancel any running or queued job for the same ref
13 auto_cancel:
14   running:
15     when: "true"
17 execution_time_limit:
18   hours: 1
20 blocks:
21   - name: "Setup & test"
22     task:
23       jobs:
24         - name: "Install dependencies & run the Debian autopkgtest"
25           commands:
26             - checkout --use-cache
27             - .semaphore/semaphore-runner.sh SETUP
28             - .semaphore/semaphore-runner.sh RUN