aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded-meta-qcom-premerge.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom-openembedded-meta-qcom-premerge.yaml')
-rw-r--r--lt-qcom-openembedded-meta-qcom-premerge.yaml103
1 files changed, 0 insertions, 103 deletions
diff --git a/lt-qcom-openembedded-meta-qcom-premerge.yaml b/lt-qcom-openembedded-meta-qcom-premerge.yaml
deleted file mode 100644
index e758405ed3..0000000000
--- a/lt-qcom-openembedded-meta-qcom-premerge.yaml
+++ /dev/null
@@ -1,103 +0,0 @@
-- project:
- name: lt-qcom-openembedded-meta-qcom-premerge
- jobs:
- - lt-qcom-openembedded-meta-qcom-premerge-{branch}:
- branch: 'master'
- machines: !!python/tuple
- - 'dragonboard-410c'
- - 'dragonboard-845c'
- - 'qrb5165-rb5'
- - 'qcom-armv8a'
- - 'sdx55-mtp'
- - lt-qcom-openembedded-meta-qcom-premerge-{branch}:
- branch: 'dunfell'
- machines: !!python/tuple
- - 'dragonboard-410c'
- - 'dragonboard-845c'
- - 'qrb5165-rb5'
- - 'qcom-armv8a'
-- job-template:
- name: lt-qcom-openembedded-meta-qcom-premerge-{branch}
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- artifactNumToKeep: 1
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- - github:
- url: https://github.com/ndechesne/meta-qcom
- parameters:
- - string:
- name: IMAGES
- default: 'core-image-base core-image-weston core-image-x11 initramfs-test-image'
- - string:
- name: POKY_URL
- default: 'http://git.yoctoproject.org/git/poky'
- - string:
- name: DISTRO
- default: 'poky'
- disabled: false
- node: master
- display-name: 'Premerge CI for meta-qcom Layer with Poky ({branch})'
- scm:
- - git:
- url: https://github.com/ndechesne/meta-qcom
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
- name: origin
- basedir: meta-qcom
- branches:
- - ${{sha1}}
- skip-tag: true
- shallow-clone: true
- wipe-workspace: true
- triggers:
- - github-pull-request:
- github-hooks: true
- permit-all: true
- trigger-phrase: '.*(re)?run tests.*'
- cancel-builds-on-update: true
- white-list-target-branches:
- - '{branch}'
- auth-id: 'GITHUB_TOKEN'
- axes:
- - axis:
- type: user-defined
- name: MACHINE
- values: '{machines}'
- - axis:
- type: user-defined
- name: TCLIBC
- values:
- - 'glibc'
- - 'musl'
- - axis:
- type: slave
- name: label
- values:
- - docker-buster-amd64
- execution-strategy:
- sequential: false
- wrappers:
- - timestamps
- - timeout:
- timeout: 300
- builders:
- - shell:
- !include-raw-escape: lt-qcom/meta-qcom.sh
- publishers:
- - email-ext:
- recipients: 'nicolas.dechesne@linaro.org'
- always: true
- failure: false
- matrix-trigger: only-parent