Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR#56 (mdavidsaver/rtems5) breaks rtems4.9/4.10 tests on GitLab #65

Open
ralphlange opened this issue Jan 2, 2022 · 2 comments
Open
Labels
bug Something isn't working

Comments

@ralphlange
Copy link
Contributor

See https://gitlab.com/ralphlange/ci-scripts/-/pipelines/282790414

Somehow this went unnoticed. Sorry for the delay.

@ralphlange ralphlange added the bug Something isn't working label Jan 2, 2022
@mdavidsaver
Copy link
Member

Pulling docker image ubuntu:bionic ...

I'm confused. It looks like .gitlab-ci.yml has the correct version ("focal") corresponding to the RTEMS tools build. Where does "bionic" come from?

ci-scripts/.gitlab-ci.yml

Lines 139 to 144 in 75d2911

rtems4.9_default:
extends: .build
image: ubuntu:focal
variables:
RTEMS: "4.9"
BASE: "3.15"

/bin/bash: /usr/bin/cp: No such file or directory
...

Looks like another usrmerge issue. Hopefully this does away when the correct ubuntu version is used.

@ralphlange
Copy link
Contributor Author

I think that has been fixed, actually.
(Sorry, I pointed you to the first CI run that was broken some months ago.)

If you look at a recent run (https://gitlab.com/ralphlange/ci-scripts/-/jobs/1934567258), it seems that rtems4.10 is trying to run tests that don't exist ?! Definitely something that the succeeding rtems4.9 run didn't do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants