aboutsummaryrefslogtreecommitdiff
path: root/zephyr-aeolus.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr-aeolus.yaml')
-rw-r--r--zephyr-aeolus.yaml78
1 files changed, 0 insertions, 78 deletions
diff --git a/zephyr-aeolus.yaml b/zephyr-aeolus.yaml
deleted file mode 100644
index adf169225a..0000000000
--- a/zephyr-aeolus.yaml
+++ /dev/null
@@ -1,78 +0,0 @@
-- job:
- name: zephyr-aeolus
- project-type: matrix
- defaults: global
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 30
- disabled: true
- node: master
- child-workspace: .
- display-name: 'DELETE ME'
- axes:
- - axis:
- type: slave
- name: label
- values:
- - docker-xenial-amd64-13
- - axis:
- type: user-defined
- name: ZEPHYR_GCC_VARIANT
- values:
-# - gccarmemb
- - zephyr
- - axis:
- type: user-defined
- name: PLATFORM
- values:
- - 96b_carbon
- - cc3200_launchxl
- - frdm_k64f
- - nucleo_l476rg
- - qemu_cortex_m3
- - qemu_x86
- - v2m_beetle
- - axis:
- type: user-defined
- name: PROJECT
- values:
- - jerryscript
- - micropython
- - zephyr.js
- wrappers:
- - timestamps
- builders:
- - shell:
- !include-raw: zephyr-aeolus/builders.sh
- - inject:
- properties-file: env_var_parameters
- - build-name-setter:
- template: '#${BUILD_NUMBER}-${GIT_COMMIT}'
- macro: true
- - linaro-publish-token
- - shell: |
- #!/bin/bash
-
- # Publish
- test -d ${HOME}/bin || mkdir ${HOME}/bin
- wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
- time python ${HOME}/bin/linaro-cp.py \
- --api_version 3 \
- --link-latest \
- out/${PLATFORM} components/kernel/aeolus/${ZEPHYR_GCC_VARIANT}/${PROJECT}/${PLATFORM}/${BUILD_NUMBER}
-
- rm -rf out
- publishers:
- - email:
- recipients: 'fathi.boudra@linaro.org kumar.gala@linaro.org paul.sokolovsky@linaro.org'