-
Notifications
You must be signed in to change notification settings - Fork 43
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
Move org.yaml from test-infra to evolution repository #204
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maxgio92 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey @maxgio92 Is this ready to be merged? |
We need to check the history imported related to the |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale |
Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
…er certificate Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
… server Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
…udfront until we have the DNS made right Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Michele Zuccala <michele@zuccala.com>
Following the example of https://github.com/falcosecurity/test-infra#create-a-presubmits-job-that-runs-tests-on-prs and falcosecurity/test-infra#515. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
He deserves it :) Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Logan Bond <lbond@secureworks.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Hendrik Brueckner <brueckner@de.ibm.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Luca Guerra <luca@guerra.sh>
Signed-off-by: Luca Guerra <luca@guerra.sh>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
As for falcosecurity/test-infra#841 (comment), I'm going to remove the in-repo config. Also, I"m going to update (again :-D) the |
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
This likely needs coordination with @falcosecurity/test-infra-maintainers |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale |
/close in favor of #274 |
@maxgio92: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area utils
What this PR does / why we need it:
As the evolution repository is now the central point for the evolution of the project, and as the falcosecurity organization is formed by the community, and as the point of contact of the contributions are in git (Github), is correct that the source of truth as a declarative configuration of the Github organization is put here.
Moreover, this PR adds the Prow job needed for the automation that reconciles the desired source of truth with the actual one.
Which issue(s) this PR fixes:
Fixes #176
Supersedes #193