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

[Proposal] Enable parallel streams of work for the Pipeline Automation of the Green Review for Falco #85

Open
AntonioDiTuri opened this issue Apr 16, 2024 · 0 comments

Comments

@AntonioDiTuri
Copy link
Contributor

Related to #83.

Dependencies between proposals

In order to enable every contributor to test its own proposal we need to eliminate some inherent dependencies between the steps:

  1. TRIGGER AND DEPLOY
  2. RUN
  3. REPORT

There is a simple sequential dependency 1 -> 2 -> 3

@nikimanoledaki was wondering how we can let contributors work on the streams in parallel.

One possible solution

One solution I thought about might be to have different namespaces:

In each of the namespace the dependent part can be executed once in the setup
The TRIGGER AND DEPLOY namespace would be just empty
In the RUN namespace falco would be already installed
And in the REPORT namespace falco is already installed and the use case has been already triggered.

Important question

Do you think it makes sense to do some extra work to set up a test/development environment?
What is best in this case? Shall we just focus all the efforts on solving one proposal after another?

Do you have other ideas?

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

No branches or pull requests

1 participant