Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipse/oniro-core/oniro
  • landgraf/oniro
  • zyga/oniro
  • mrybczyn/oniro
  • agherzan/oniro
  • pcoval/oniro
  • tony3oo3/oniro
  • stefanschmidt/oniro
  • waykovalenko/oniro
  • bero/oniro
  • esben/oniro
  • robertd/oniro
  • pidge/oniro
  • shettygururaj/oniro
  • thierrye/oniro
  • sradakovi/oniro
  • dricci783/oniro
  • ektor5/oniro
  • fldn/oniro
  • lucafavaretto/oniro
  • lucazizolfi/oniro
  • artemkondratiuk/oniro
  • lucaseri/oniro
  • gwozdzcfs/oniro
  • kristis/oniro
  • brgl/oniro
  • heurtemattes/oniro
  • idlethread/oniro
  • lquach/oniro
  • ghassaneben/oniro
  • heurtemattes/oniro-bitbake
  • kzarka/oniro
  • heurtemattes/oniro-migration
  • pastanki/oniro
  • malowe/oniro
  • chaseqi/oniro
  • mrfrank/oniro
37 results
Show changes
Commits on Source (2)
...@@ -198,6 +198,11 @@ publish-seco-intel-b68: ...@@ -198,6 +198,11 @@ publish-seco-intel-b68:
# Run the build for scheduled pipelines. # Run the build for scheduled pipelines.
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
.lava-test-mr:
extends: .lava-test
variables:
CI_LAVA_JOB_PRIORITY: "high"
.lava-test-scheduled: .lava-test-scheduled:
extends: .lava-test extends: .lava-test
variables: variables:
...@@ -213,7 +218,7 @@ publish-seco-intel-b68: ...@@ -213,7 +218,7 @@ publish-seco-intel-b68:
lava-qemu-x86: lava-qemu-x86:
needs: [linux-qemu-x86-gcc] needs: [linux-qemu-x86-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test-mr
variables: variables:
MACHINE: qemux86 MACHINE: qemux86
CI_BUILD_JOB_NAME: linux-qemu-x86-gcc CI_BUILD_JOB_NAME: linux-qemu-x86-gcc
...@@ -223,7 +228,7 @@ lava-qemu-x86: ...@@ -223,7 +228,7 @@ lava-qemu-x86:
lava-qemu-x86_64: lava-qemu-x86_64:
needs: [linux-qemu-x86_64-gcc] needs: [linux-qemu-x86_64-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test-mr
variables: variables:
MACHINE: qemux86-64 MACHINE: qemux86-64
CI_BUILD_JOB_NAME: linux-qemu-x86_64-gcc CI_BUILD_JOB_NAME: linux-qemu-x86_64-gcc
...@@ -233,7 +238,7 @@ lava-qemu-x86_64: ...@@ -233,7 +238,7 @@ lava-qemu-x86_64:
lava-raspberrypi4-64: lava-raspberrypi4-64:
needs: [linux-raspberrypi4-64-gcc] needs: [linux-raspberrypi4-64-gcc]
stage: test stage: test
extends: .lava-test-scheduled extends: .lava-test-mr
variables: variables:
MACHINE: raspberrypi4-64 MACHINE: raspberrypi4-64
CI_BUILD_JOB_NAME: linux-raspberrypi4-64-gcc CI_BUILD_JOB_NAME: linux-raspberrypi4-64-gcc
...@@ -243,7 +248,7 @@ lava-raspberrypi4-64: ...@@ -243,7 +248,7 @@ lava-raspberrypi4-64:
lava-seco-intel-b68: lava-seco-intel-b68:
needs: [linux-seco-intel-b68-gcc] needs: [linux-seco-intel-b68-gcc]
stage: test stage: test
extends: .lava-test-scheduled extends: .lava-test-mr
variables: variables:
MACHINE: seco-intel-b68 MACHINE: seco-intel-b68
CI_BUILD_JOB_NAME: linux-seco-intel-b68-gcc CI_BUILD_JOB_NAME: linux-seco-intel-b68-gcc
...@@ -253,7 +258,7 @@ lava-seco-intel-b68: ...@@ -253,7 +258,7 @@ lava-seco-intel-b68:
lava-seco-c61-4gb: lava-seco-c61-4gb:
needs: [linux-seco-imx8mm-c61-4gb-gcc] needs: [linux-seco-imx8mm-c61-4gb-gcc]
stage: test stage: test
extends: .lava-test-scheduled extends: .lava-test-mr
variables: variables:
MACHINE: seco-imx8mm-c61-4gb MACHINE: seco-imx8mm-c61-4gb
BOARD_RAM_SIZE: 4gb BOARD_RAM_SIZE: 4gb
...@@ -264,7 +269,7 @@ lava-seco-c61-4gb: ...@@ -264,7 +269,7 @@ lava-seco-c61-4gb:
lava-seco-c61-2gb: lava-seco-c61-2gb:
needs: [linux-seco-imx8mm-c61-2gb-gcc] needs: [linux-seco-imx8mm-c61-2gb-gcc]
stage: test stage: test
extends: .lava-test-scheduled extends: .lava-test-mr
variables: variables:
MACHINE: seco-imx8mm-c61-2gb MACHINE: seco-imx8mm-c61-2gb
BOARD_RAM_SIZE: 2gb BOARD_RAM_SIZE: 2gb
...@@ -451,7 +456,7 @@ lava-seco-c61-2gb-perf: ...@@ -451,7 +456,7 @@ lava-seco-c61-2gb-perf:
lava-zephyr-qemu-cortex-m3: lava-zephyr-qemu-cortex-m3:
needs: [zephyr-qemu-cortex-m3-gcc] needs: [zephyr-qemu-cortex-m3-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test-mr
variables: variables:
MACHINE: qemu-cortex-m3 MACHINE: qemu-cortex-m3
CI_BUILD_JOB_NAME: zephyr-qemu-cortex-m3-gcc CI_BUILD_JOB_NAME: zephyr-qemu-cortex-m3-gcc
...@@ -461,7 +466,7 @@ lava-zephyr-qemu-cortex-m3: ...@@ -461,7 +466,7 @@ lava-zephyr-qemu-cortex-m3:
lava-zephyr-qemu-x86: lava-zephyr-qemu-x86:
needs: [zephyr-qemu-x86-gcc] needs: [zephyr-qemu-x86-gcc]
stage: test stage: test
extends: .lava-test extends: .lava-test-mr
variables: variables:
MACHINE: qemu-x86 MACHINE: qemu-x86
CI_BUILD_JOB_NAME: zephyr-qemu-x86-gcc CI_BUILD_JOB_NAME: zephyr-qemu-x86-gcc
...@@ -471,7 +476,7 @@ lava-zephyr-qemu-x86: ...@@ -471,7 +476,7 @@ lava-zephyr-qemu-x86:
lava-qemu-x86-sysota: lava-qemu-x86-sysota:
needs: [bundle-qemu-x86] needs: [bundle-qemu-x86]
stage: test stage: test
extends: .lava-test extends: .lava-test-mr
variables: variables:
MACHINE: qemux86 MACHINE: qemux86
CI_BUILD_JOB_NAME: linux-qemu-x86 CI_BUILD_JOB_NAME: linux-qemu-x86
...@@ -482,7 +487,7 @@ lava-qemu-x86-sysota: ...@@ -482,7 +487,7 @@ lava-qemu-x86-sysota:
lava-qemu-x86_64-sysota: lava-qemu-x86_64-sysota:
needs: [bundle-qemu-x86_64] needs: [bundle-qemu-x86_64]
stage: test stage: test
extends: .lava-test extends: .lava-test-mr
variables: variables:
MACHINE: qemux86-64 MACHINE: qemux86-64
CI_BUILD_JOB_NAME: linux-qemu-x86_64 CI_BUILD_JOB_NAME: linux-qemu-x86_64
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/" CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/"
CI_SQUAD_INSTANCE: "https://squadp.svc.ostc-eu.dev" CI_SQUAD_INSTANCE: "https://squadp.svc.ostc-eu.dev"
CI_SQUAD_PROJECT_NAME: "oniro-test-mr" CI_SQUAD_PROJECT_NAME: "oniro-test-mr"
CI_LAVA_JOB_PRIORITY: "medium"
# Run the same ltp test suites that using by LKFT project. # Run the same ltp test suites that using by LKFT project.
# Reference: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.98-75-g9f5cb871ceb9/testjobs/ # Reference: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.98-75-g9f5cb871ceb9/testjobs/
LTP_TST_CMDFILES: "cap_bounds cpuhotplug crypto nptl pty securebits fs controllers hugetlb mm tracing containers io dio syscalls math commands ipc fcntl-locktests filecaps fs_bind fs_perms_simple fsx sched cve" LTP_TST_CMDFILES: "cap_bounds cpuhotplug crypto nptl pty securebits fs controllers hugetlb mm tracing containers io dio syscalls math commands ipc fcntl-locktests filecaps fs_bind fs_perms_simple fsx sched cve"
...@@ -53,6 +54,7 @@ ...@@ -53,6 +54,7 @@
- sed -i -e 's/@ci_job_id@/'"$CI_JOB_ID"'/' - sed -i -e 's/@ci_job_id@/'"$CI_JOB_ID"'/'
-e 's/@ci_project_id@/'"$CI_PROJECT_ID"'/' -e 's/@ci_project_id@/'"$CI_PROJECT_ID"'/'
-e 's/@ci_pipeline_id@/'"$CI_PIPELINE_ID"'/' -e 's/@ci_pipeline_id@/'"$CI_PIPELINE_ID"'/'
-e 's/@ci_lava_job_priority@/'"$CI_LAVA_JOB_PRIORITY"'/'
-e 's,@ci_pipeline_url@,'"$CI_PIPELINE_URL"',' -e 's,@ci_pipeline_url@,'"$CI_PIPELINE_URL"','
-e 's,@update_job_id@,'"$update_job_id"',' -e 's,@update_job_id@,'"$update_job_id"','
-e 's/@build_job_id@/'"$build_job_id"'/' job_def.yaml -e 's/@build_job_id@/'"$build_job_id"'/' job_def.yaml
......