modelica / VehicleInterfaces

Free (standard conforming) library for interface definitions and architectures for vehicle system modeling
Other
43 stars 22 forks source link

Use rev/min instead of r/min for initial engine speed #91

Closed tobolar closed 3 years ago

tobolar commented 3 years ago

close #90

tobolar commented 3 years ago

@dietmarw The CI stucks since Friday. Probably we have here not the current CI as used for MSL. Can you help?

sjoelund commented 3 years ago

Push force or add a dummy commit probably helps. Sometimes the server on the other side messes up a request and sometimes github fails to deliver it.

tobolar commented 3 years ago

I have proceeded just according to you suggest. Let's see if it helps.

tobolar commented 3 years ago

No progress 8 hours later... :-(

dietmarw commented 3 years ago

Yes, travis has become highly unrelieable. That's why we switched MSL to GitHub actions.

beutlich commented 3 years ago

Well, nothing unexpected actually when I check https://travis-ci.org/github/modelica/VehicleInterfaces/requests. Last successful build on Travis CI Org was on 2020-09-07. Meanwhile Travis CI ported from Org to Com.

I can only recommend to take the CI using GitHub Actions from MSL as template and apply to VehicleInterfaces. We already did so for a few other repoitories and it worked like a charm.

tobolar commented 3 years ago

I can only recommend to take the CI using GitHub Actions from MSL as template and apply to VehicleInterfaces.

Can I do it on my own? Probably not because Travis would block my PR on CI changes. ;-)

sjoelund commented 3 years ago

Can I do it on my own? Probably not because Travis would block my PR on CI changes. ;-)

I disabled the Travis CI since it doesn't work. When the github actions are working, I can enforce it passing before merges.

tobolar commented 3 years ago

CI integrated in #94