Skip to content
Snippets Groups Projects

ci: enable LAVA boot and smoke tests on qemu devices for new MRs

Merged Chase Qi requested to merge (removed):pre-merge-test into kirkstone
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7+9,7 @@
@@ -9,7+9,7 @@
image:
image:
name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
variables:
variables:
GIT_STRATEGY: none
GIT_STRATEGY: none
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"
@@ -80,7+80,7 @@
@@ -80,7+80,7 @@
curl -X POST $CI_SQUAD_INSTANCE/api/builds/$squad_build_id/callbacks/ \
curl -X POST $CI_SQUAD_INSTANCE/api/builds/$squad_build_id/callbacks/ \
--header "Authorization: Token $CI_SQUAD_TOKEN" \
--header "Authorization: Token $CI_SQUAD_TOKEN" \
-F "callback_url=$CALLBACK_URL" \
-F "callback_url=$CALLBACK_URL" \
-F callback_headers="{\"PRIVATE-TOKEN\": \"$CI_GITLAB_TOKEN\"}"
-F callback_headers="{\"PRIVATE-TOKEN\": \"$CI_GITLAB_TOKEN\"}" \
 
-F callback_record_response="true"
artifacts:
artifacts:
paths:
paths:
- lava_jobs/*.yaml
- lava_jobs/*.yaml
Loading