1--- 2# SPDX-License-Identifier: LGPL-2.1-or-later 3# vi: ts=2 sw=2 et: 4 5version: v1.0 6name: Debian autopkgtest (LXC) 7agent: 8 machine: 9 type: e1-standard-2 10 os_image: ubuntu2004 11 12# Cancel any running or queued job for the same ref 13auto_cancel: 14 running: 15 when: "true" 16 17execution_time_limit: 18 hours: 1 19 20blocks: 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 29