Merge ~jugmac00/lpci:test-cancel-build into lpci:main

Proposed by Jürgen Gmach
Status: Work in progress
Proposed branch: ~jugmac00/lpci:test-cancel-build
Merge into: lpci:main
Diff against target: 25 lines (+7/-2)
1 file modified
.launchpad.yaml (+7/-2)
Reviewer Review Type Date Requested Status
Launchpad code reviewers Pending
Review via email: mp+448122@code.launchpad.net

Commit message

test cancel build

To post a comment you must log in.

Unmerged commits

0871ab6... by Jürgen Gmach

test cancel build

Failed
[FAILED] test:0 (build)
[WAITING] testx:0 (build)
[WAITING] build:0 (build)
13 of 3 results

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.launchpad.yaml b/.launchpad.yaml
2index d3ffd7e..0ff9560 100644
3--- a/.launchpad.yaml
4+++ b/.launchpad.yaml
5@@ -1,5 +1,5 @@
6 pipeline:
7- - test
8+ - ["test", "testx"]
9 - build
10
11 jobs:
12@@ -7,7 +7,12 @@ jobs:
13 series: focal
14 architectures: amd64
15 packages: [git]
16- plugin: tox
17+ run: "false"
18+ testx:
19+ series: focal
20+ architectures: amd64
21+ packages: [git]
22+ run: echo "hello"
23 build:
24 series: focal
25 architectures: amd64

Subscribers

People subscribed via source and target branches