aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded-dunfell-5.4-test.yaml
diff options
context:
space:
mode:
authorMilan Stevanovic <milan.stevanovic@se.com>2021-03-11 21:47:14 +0000
committerRalph Siemsen <ralph.siemsen@linaro.org>2021-03-11 19:55:08 -0500
commitcce21a3878633c847ec4bc8dcfb11cbc2d236024 (patch)
treeffde281185ebf8fd311d4fbf437ad0832d0b59df /schneider-openembedded-dunfell-5.4-test.yaml
parentccee367cf260a40716f4ae9209e10af828dfae7d (diff)
se: create test yaml file for integration branch with new names
Signed-off-by: Milan Stevanovic <milan.stevanovic@se.com> Change-Id: I854d39fc96f144a32de30e7e7a301326b764f59e
Diffstat (limited to 'schneider-openembedded-dunfell-5.4-test.yaml')
-rw-r--r--schneider-openembedded-dunfell-5.4-test.yaml154
1 files changed, 154 insertions, 0 deletions
diff --git a/schneider-openembedded-dunfell-5.4-test.yaml b/schneider-openembedded-dunfell-5.4-test.yaml
new file mode 100644
index 0000000000..2631c38fd0
--- /dev/null
+++ b/schneider-openembedded-dunfell-5.4-test.yaml
@@ -0,0 +1,154 @@
+- job:
+ name: schneider-openembedded-dunfell-5.4-test
+ project-type: matrix
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ artifactNumToKeep: 1
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ ralph.siemsen@linaro.org:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ ryan.harkin@linaro.org:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ schneider-linaro-git:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ parameters:
+ - string:
+ name: IMAGES
+ default: 'prod-image dev-image'
+ - string:
+ name: SUBMODULES
+ default: 'all'
+ - string:
+ name: IMAGES_RPB
+ default: ''
+ - string:
+ name: IMAGES_RPB_WAYLAND
+ default: ''
+ - string:
+ name: DISTRO_URL_BASE
+ default: 'ssh://git@dev-private-git.linaro.org/schneider'
+ - string:
+ name: DISTRO_DIR
+ default: 'DIP-Yocto-Linux-Distro'
+ - string:
+ name: MANIFEST_BRANCH
+ default: 'integration-branch'
+ - string:
+ name: BASE_URL
+ default: 'https://snapshots.linaro.org/'
+ - string:
+ name: LAVA_SERVER
+ default: 'https://validation.linaro.org/RPC2/'
+ - string:
+ name: STAGING_LAVA_SERVER
+ default: 'https://staging.validation.linaro.org/RPC2/'
+ - string:
+ name: QA_SERVER
+ default: 'https://qa-reports.linaro.org'
+ - string:
+ name: QA_SERVER_TEAM
+ default: 'schneider'
+ - string:
+ name: QA_SERVER_PROJECT
+ default: 'dunfell-5.4'
+ - string:
+ name: KERNEL_VERSION_PATCHLEVEL
+ default: '5.4'
+ - string:
+ name: TEST_LEVEL
+ default: 'normal'
+ disabled: false
+ node: master
+ display-name: 'Schneider OpenEmbedded Test (dunfell 5.4)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - 'rzn1d'
+ - 'soca9'
+ - axis:
+ type: user-defined
+ name: DISTRO
+ values:
+ - dip
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-buster-amd64
+ execution-strategy:
+ sequential: false
+ wrappers:
+ - timestamps
+ - ssh-agent-credentials:
+ users:
+ - '768c1ba1-6052-4b97-a531-7e4fabda6979'
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ echo "PUB_DEST=openembedded/schneider/${MANIFEST_BRANCH}-${KERNEL_VERSION_PATCHLEVEL}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}" > pub_dest_parameters
+ - inject:
+ properties-file: pub_dest_parameters
+ - shell:
+ !include-raw: schneider-openembedded/builders-test.sh
+ - inject:
+ properties-file: post_build_lava_parameters
+ - linaro-publish-token
+ - shell:
+ !include-raw: rpb-openembedded/publishers.sh
+ - shell:
+ !include-raw: schneider-openembedded/submit_for_testing_test.sh
+ publishers:
+ - archive:
+ artifacts: 'cve-*.txt, base-cve-*.txt'
+ - postbuildscript:
+ builders:
+ - role: MASTER
+ build-on:
+ - SUCCESS
+ - UNSTABLE
+ - FAILURE
+ - NOT_BUILT
+ - ABORTED
+ build-steps:
+ - shell:
+ !include-raw: schneider-openembedded/cve-summary.sh
+ - groovy-postbuild:
+ script:
+ !include-raw:
+ - rpb-openembedded/postbuild.groovy
+ - openembedded-lkft/postbuild.groovy
+ - schneider-openembedded/postbuild.groovy
+ - email-ext:
+ recipients: 'fathi.boudra@linaro.org, ralph.siemsen@linaro.org, ryan.harkin@linaro.org'
+ always: true
+ failure: false
+ matrix-trigger: only-parent
+ body: |
+ $DEFAULT_CONTENT
+
+ CVE summary:
+ ${FILE,path="cve.sum"}
+ attachments: "cve.html"