ApexAI / performance_test

**This project is deprecated** Go to https://gitlab.com/ApexAI/performance_test
64 stars 41 forks source link

Replace Azure Pipelines with Gitlab CI #96

Closed esteve closed 5 years ago

esteve commented 5 years ago

Removed Azure Pipelines and added Gitlab CI in preparation for the Gitlab migration.


This change is Reviewable

esteve commented 5 years ago

@daggarwa I've readded Gitlab CI and also added a new job for cross compiling performance_test

daggarwa commented 5 years ago

@esteve Will this fail https://github.com/ApexAI/performance_test/pull/90 if we merge in the Gitlab CI since its not currently containing any job to install Cyclone DDS whereas Azure did?

daggarwa commented 5 years ago

@esteve The CI pipeline is failing currently due to Cyclone DDS Mavin dependency. Can you please check what is the issue. Thanks

daggarwa commented 5 years ago

@esteve The CI pipeline is failing now due to $ cp LICENSE /opt/performance_test cp: cannot stat 'LICENSE': No such file or directory . I am not sure what is this error about.

esteve commented 5 years ago

@daggarwa Thanks. I'm working on it, but didn't have time to finish it yesterday.

esteve commented 5 years ago

@daggarwa I've fixed the last issue and the Gitlab CI now passes. I can't remove the Azure trigger until this PR has been merged, so it's fine the second check is still on hold.

jpsamper2009 commented 5 years ago

Since we can't clear the status above (which refers to the old azure pipeline), I'll merge this manually.

esteve commented 5 years ago

@jpsamper2009 thanks!

@daggarwa we'll have to update the other PRs to use the new CI