-
Hello all, Today I came across [1] and thought that maybe we could use this to move the biggest part of quarkus GH workflow outside the oracle/graal and graalvm/mandrel repositories. Some of the benefits I see in doing this are the following:
I see no drawbacks so far! [1] https://github.com/marketplace/actions/workflow-dispatch |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The main idea is that workflow-dispatch allows you to trigger a CI on another repo and also pass different inputs to it. So whenever graal GH CI runs it can trigger the Quarkus workflow and the same can be done by mandrel. The integration tests will actually run on the "integrations-tests" repo and not in graal or mandrel repos. To achieve the above we would need to create a new repository under graalvm. Something like "graalvm/graal-integration-test-workflows". |
Beta Was this translation helpful? Give feedback.
-
This is now implemented in https://github.com/graalvm/mandrel/actions/workflows/base.yml |
Beta Was this translation helpful? Give feedback.
This is now implemented in https://github.com/graalvm/mandrel/actions/workflows/base.yml