Skip to content
Snippets Groups Projects

ci: add oe-selftest-gcc test job

Merged Chase Qi requested to merge (removed):gcc-test into kirkstone
4 files
+ 80
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -451,3 +451,27 @@
@@ -451,3 +451,27 @@
# Run this job in case the pipeline changes.
# Run this job in case the pipeline changes.
- .oniro-ci/*.yml
- .oniro-ci/*.yml
- .gitlab-ci.yml
- .gitlab-ci.yml
 
 
# This job is documented in docs/ci/hidden-jobs/oe-selftest.rst
 
.oe-selftest:
 
image:
 
# TODO(Chase): move to registry.ostc-eu.org/ostc/oniro/oe-selftest:latest
 
# once it is available.
 
name: chaseqi/bitbake-builder:v1.3
 
tags: [qemu-friendly, large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE]
 
stage: test
 
extends: .bitbake-workspace
 
variables:
 
MACHINE: qemux86-64
 
CI_ONIRO_BUILD_FLAVOUR: linux
 
CI_ONIRO_BB_LOCAL_CONF_SANITY_TESTED_DISTROS: ""
 
CI_ONIRO_OE_SEFLTESTS: ""
 
CI_ONIRO_OE_SEFLTEST_SKIPS: ""
 
script:
 
- test -n "$CI_ONIRO_OE_SEFLTESTS" || (
 
echo "nothing to test - CI_ONIRO_OE_SEFLTESTS is empty"
 
&& exit 1 )
 
- !reference [.bitbake-workspace, script]
 
# The USER variable is required by oe-selftest but missing in env.
 
- export USER=builder
 
- time oe-selftest -vvv -r $CI_ONIRO_OE_SEFLTESTS
Loading