Skip to content

Commit

Permalink
Add eventing-gitlab repo to update-nightlies workflow (#402)
Browse files Browse the repository at this point in the history
* Add eventing-gitlab repo to update-nightlies workflow

Signed-off-by: Harsh Mishra <[email protected]>

* Remove Empty Lines in update-nightlies workflow

Co-authored-by: Christoph Stäbler <[email protected]>

* Modify nightly name for eventing-gitlab repo in update-nighlies workflow

Co-authored-by: Christoph Stäbler <[email protected]>

* Modify bucket name for `eventing-gitlab` nightly

Co-authored-by: Christoph Stäbler <[email protected]>

* Modify fork for eventing-gitlab in update-nightlies workflow

Co-authored-by: Christoph Stäbler <[email protected]>

* Remove eventing-tls-networking.yaml from eventing-gitlab nightly in update-nighlies workflow

Signed-off-by: Harsh Mishra <[email protected]>

---------

Signed-off-by: Harsh Mishra <[email protected]>
Co-authored-by: Christoph Stäbler <[email protected]>
  • Loading branch information
harsh098 and creydr authored Sep 9, 2024
1 parent 4eabe06 commit 36b11a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/update-nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- eventing-rabbitmq-eventing
- eventing-istio-eventing
- eventing-istio-eventing-kafka-broker
- eventing-gitlab-eventing

# Map to nightly-specific parameters.
include:
Expand Down Expand Up @@ -116,6 +117,15 @@ jobs:
fork: eventing-istio
channel: eventing
assignee: "@knative-extensions/eventing-wg-leads"
- nightly: eventing-gitlab-eventing
module: knative.dev/eventing
directory: ./third_party/eventing-latest
files: eventing-crds.yaml eventing-core.yaml
bucket: eventing
repository: knative-extensions/eventing-gitlab
fork: eventing-gitlab
channel: eventing
assignee: "@knative-extensions/eventing-wg-leads"

steps:
- uses: knative/actions/setup-go@main
Expand Down

0 comments on commit 36b11a6

Please sign in to comment.