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

Uncouple ci building from e2e #173

Merged

Conversation

mangelajo
Copy link
Contributor

This will avoid the double-build of engine, routeagent and operator,
because they are built once for ci, and once again for e2e which
was not expected.

We start doing what documentation says, make compiles/builds, and e2e
just runs e2e with an existing build, README.md says:

To build `submariner-engine` and `submariner-route-agent` you can
trigger `make`, which will perform a Dapperized build of the components.

To run basic e2e tests you can trigger `make e2e` command.

@mangelajo mangelajo force-pushed the decouple-e2e-and-build-steps branch from b9eb236 to fea8693 Compare October 9, 2019 07:19
@mangelajo
Copy link
Contributor Author

Added build-engine script which was left out of the commit.

This will avoid the double-build of engine, routeagent and operator,
because they are built once for ci, and once again for e2e which
was not expected.

We start doing what documentation says, make compiles/builds, and e2e
just runs e2e with an existing build, README.md says:

```
To build `submariner-engine` and `submariner-route-agent` you can
trigger `make`, which will perform a Dapperized build of the components.

To run basic e2e tests you can trigger `make e2e` command.
```
@mangelajo mangelajo force-pushed the decouple-e2e-and-build-steps branch from fea8693 to 7684f4c Compare October 9, 2019 08:00
@mangelajo
Copy link
Contributor Author

CI worked. @tpantelis ^

@mangelajo mangelajo requested a review from tpantelis October 11, 2019 15:53
@tpantelis tpantelis merged commit 56f0157 into submariner-io:master Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants