Message ID | 20250314061421.2146773-1-Adithya.Balakumar@toshiba-tsip.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [isar-cip-core,v1] .reproducible-check-ci.yml: Add x86-uefi target for reproducibility test | expand |
On 14.03.25 07:14, Adithya.Balakumar@toshiba-tsip.com wrote: > From: Adithya Balakumar <Adithya.Balakumar@toshiba-tsip.com> > > Current weekly reproducibility test has more virtual targets (QEMU) than > physical targets (currently only BBB). Lets add x86-uefi as well since > its supposed to be common target for all x86 based devices. > > Signed-off-by: Adithya Balakumar <Adithya.Balakumar@toshiba-tsip.com> > --- > .reproducible-check-ci.yml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/.reproducible-check-ci.yml b/.reproducible-check-ci.yml > index 7bf1ac6..7dc4b60 100644 > --- a/.reproducible-check-ci.yml > +++ b/.reproducible-check-ci.yml > @@ -96,6 +96,12 @@ build:bbb-repro-build: > target: bbb > extension: "none" > > +build:x86-uefi-repro-build: > + extends: > + - .repro-build > + variables: > + target: x86-uefi > + > # repro build test > test:qemu-amd64-repro-test: > extends: > @@ -129,3 +135,11 @@ test:bbb-repro-test: > extension: "none" > dependencies: > - build:bbb-repro-build > + > +test:x86-uefi-repro-test: > + extends: > + - .repro-test > + variables: > + target: x86-uefi > + dependencies: > + - build:x86-uefi-repro-build Thanks, applied (assuming that this passes right now). Jan
Hi Jan,
>Thanks, applied (assuming that this passes right now).
Yes, the CI passes. Ran the CI reproducibility test[1] with the patch shared.
[1] https://gitlab.com/cip-project/cip-core/isar-cip-core/-/pipelines/1716207403
Thanks and Regards,
Adithya Balakumar
diff --git a/.reproducible-check-ci.yml b/.reproducible-check-ci.yml index 7bf1ac6..7dc4b60 100644 --- a/.reproducible-check-ci.yml +++ b/.reproducible-check-ci.yml @@ -96,6 +96,12 @@ build:bbb-repro-build: target: bbb extension: "none" +build:x86-uefi-repro-build: + extends: + - .repro-build + variables: + target: x86-uefi + # repro build test test:qemu-amd64-repro-test: extends: @@ -129,3 +135,11 @@ test:bbb-repro-test: extension: "none" dependencies: - build:bbb-repro-build + +test:x86-uefi-repro-test: + extends: + - .repro-test + variables: + target: x86-uefi + dependencies: + - build:x86-uefi-repro-build