credativ / plutono

Fork of Grafana keeping the Apache License
Apache License 2.0
7 stars 4 forks source link

Separate e2e tests from build image job #36

Closed ntap-fge closed 1 year ago

ntap-fge commented 1 year ago

Avoids having to wait for the slow image cross building before being able to run the e2e tests.

credativ-dar commented 1 year ago

cross building

Clarification in case someone else reads these comments: @ntap-fge meant emulated building, the issue here is that the the arm build slows the pipeline down ~15x due to emulation. An actual cross build would avoid emulation and should be much faster.

credativ-dar commented 1 year ago

Marking this as draft as we are currently looking into an actual cross build. If that's possible this PR should not be merged.