🌱 Use base controller in sdk-go (#1251)
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m11s
Post / coverage (push) Failing after 37m30s
Post / images (amd64, addon-manager) (push) Failing after 7m29s
Post / images (amd64, placement) (push) Failing after 6m57s
Post / images (amd64, registration) (push) Failing after 7m5s
Post / images (amd64, registration-operator) (push) Failing after 7m5s
Post / images (amd64, work) (push) Failing after 7m2s
Post / images (arm64, addon-manager) (push) Failing after 7m18s
Post / images (arm64, placement) (push) Failing after 7m7s
Post / images (arm64, registration) (push) Failing after 7m13s
Post / images (arm64, registration-operator) (push) Failing after 7m6s
Post / images (arm64, work) (push) Failing after 7m2s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 45s

* Use base controller in sdk-go

We can leverage contextual logger in base controller.

Signed-off-by: Jian Qiu <jqiu@redhat.com>

* Fix integration test error

Signed-off-by: Jian Qiu <jqiu@redhat.com>

---------

Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
Jian Qiu
2025-11-20 07:53:42 +00:00
committed by GitHub
parent b928d9f2a9
commit eb033993c2
60 changed files with 1050 additions and 339 deletions
+12 -13
View File
@@ -19,19 +19,18 @@ permissions:
contents: read
jobs:
# TODO enable this after mqtt integration is stable
# mqtt-work-integration:
# name: mqtt-work-integration
# runs-on: ubuntu-latest
# steps:
# - name: checkout code
# uses: actions/checkout@v5
# - name: install Go
# uses: actions/setup-go@v6
# with:
# go-version: ${{ env.GO_VERSION }}
# - name: integration
# run: make test-cloudevents-work-mqtt-integration
mqtt-work-integration:
name: mqtt-work-integration
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v5
- name: install Go
uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
- name: integration
run: make test-cloudevents-work-mqtt-integration
grpc-work-integration:
name: grpc-work-integration