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

Add some webhook support github <-> testmachinery internal #314

Open
dguendisch opened this issue Nov 23, 2020 · 0 comments
Open

Add some webhook support github <-> testmachinery internal #314

dguendisch opened this issue Nov 23, 2020 · 0 comments
Labels
kind/enhancement Enhancement, improvement, extension lifecycle/rotten Nobody worked on this for 12 months (final aging stage)

Comments

@dguendisch
Copy link
Member

What would you like to be added:
Some repos like https://github.com/gardener/gardener-extension-provider-openstack want to run integration tests via the tm-bot that target non-public facing networks.
For tests targeting non-public networks we have a testmachinery installation residing in said non-public networks (let's call it tm-internal).
However the tm-bot just reacts to github webhook events, hence public github cannot push events to the tm-bot from tm-internal.

We should add some mechanism that allows a tm-bot from tm-internal to react on public github events.
Possible options include:

  • webhook queue (like gardener bot)
  • tm-public to store received webhook events targetting internal networks; tm-internal to watch these received webhook events in tm-public and act accordingly

Why is this needed:
Allow public github repos to trigger integration tests targetting a non-public network.

@dguendisch dguendisch added the kind/enhancement Enhancement, improvement, extension label Nov 23, 2020
@gardener-robot gardener-robot added the lifecycle/stale Nobody worked on this for 6 months (will further age) label Sep 22, 2021
@gardener-robot gardener-robot added lifecycle/rotten Nobody worked on this for 12 months (final aging stage) and removed lifecycle/stale Nobody worked on this for 6 months (will further age) labels Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension lifecycle/rotten Nobody worked on this for 12 months (final aging stage)
Projects
None yet
Development

No branches or pull requests

2 participants