Merge ~alextu/plainbox-provider-pc-sanity:gitlabci into plainbox-provider-pc-sanity:master

Proposed by Alex Tu
Status: Merged
Merged at revision: 6a5fb9a8d74f916f6b186fc6d0c5f8ba6792462e
Proposed branch: ~alextu/plainbox-provider-pc-sanity:gitlabci
Merge into: plainbox-provider-pc-sanity:master
Diff against target: 32 lines (+26/-0)
1 file modified
debian/gitlab-ci.yml (+26/-0)
Reviewer Review Type Date Requested Status
Shih-Yuan Lee Approve
Kai-Chuan Hsieh Pending
Yuan-Chen Cheng Pending
OEM Solutions Group: Engineers Pending
Review via email: mp+394303@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alex Tu (alextu) wrote :
Revision history for this message
Shih-Yuan Lee (fourdollars) :
review: Needs Information
Revision history for this message
Alex Tu (alextu) :
Revision history for this message
Shih-Yuan Lee (fourdollars) :
review: Needs Information
Revision history for this message
Shih-Yuan Lee (fourdollars) wrote :

If the variable can only be one line, you should remove '|'.
If the variable can be multiple lines, you should avoid using '&&'.

review: Needs Fixing
Revision history for this message
Alex Tu (alextu) wrote :
Revision history for this message
Shih-Yuan Lee (fourdollars) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
2new file mode 100644
3index 0000000..e1f0b35
4--- /dev/null
5+++ b/debian/gitlab-ci.yml
6@@ -0,0 +1,26 @@
7+include:
8+ - https://gitlab.com/alex-tu-cc/pipeline/-/raw/master/salsa-ci.yml
9+ - https://gitlab.com/hustle-ci/pipeline/raw/master/pipeline-jobs.yml
10+
11+variables:
12+ SALSA_CI_EXTRA_REPOSITORY: |
13+ deb http://ppa.launchpad.net/checkbox-dev/ppa/ubuntu focal main
14+ SALSA_CI_EXTRA_REPOSITORY_KEY: |
15+ -----BEGIN PGP PUBLIC KEY BLOCK-----
16+
17+ xo0ESZRIGAEEALihBkS1+WPsmLIq/y9i1Gc5vyPy7dqJVUscP38cjFsCnG8O+4Fe
18+ P6mD/uJfVNBTcR3NjQ1jxwLISaIKndGu4J6n8xVPLWb/sesYy75WjgwUKC5lQnA6
19+ 1UElBm4AJfydKOobWTMq2X4Gw71+uwtjdnujn3uJGYDmrARHYCkAT7snABEBAAHN
20+ JUxhdW5jaHBhZCBQUEEgZm9yIENoZWNrYm94IERldmVsb3BlcnPCtgQTAQIAIAUC
21+ SZRIGAIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEBtLay0rvfK9XKAEAJqo
22+ rKQxdRidJTxMEirFmhaVD9plAqO/5uNXYFsVU0kSEEsk5Ps4F4lvLqWoupbPHuha
23+ 6ngtNJf5HFNoCivFWSLawTA4tfF9RGuPozDHEpTbdLPqfpOKpFd1I9KMiGEhzCrQ
24+ Dp8cYjZkdMDEPsO9A87S5BxpB9rwBj9cnYnpvbw5
25+ =bG3o
26+ -----END PGP PUBLIC KEY BLOCK-----
27+ RELEASE: 'focal'
28+ SALSA_CI_AUTOPKGTEST_SETUP_CMDS: apt-get install -y wget snapd software-properties-common && add-apt-repository -y -u -s ppa:checkbox-dev/ppa && export DEBIAN_FRONTEND=noninteractive
29+
30+piuparts:
31+ allow_failure: true
32+

Subscribers

People subscribed via source and target branches