-
Notifications
You must be signed in to change notification settings - Fork 33
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
📝 Refactor the structure of the global hub agent #1156
📝 Refactor the structure of the global hub agent #1156
Conversation
c393ef7
to
3047426
Compare
2063132
to
f23249f
Compare
/retest |
5fb6ccc
to
6b14986
Compare
Prow issue, retest it INFO[2024-10-12T10:10:10Z] Ran for 0s
ERRO[2024-10-[12](https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/stolostron_multicluster-global-hub/1156/pull-ci-stolostron-multicluster-global-hub-main-test-integration/1845044250014650368#1:build-log.txt%3A12)T10:10:10Z] Some steps failed:
ERRO[2024-10-12T10:10:10Z]
* could not initialize namespace: could not update namespace to add labels, TTLs and active annotations: Operation cannot be fulfilled on namespaces "ci-op-t6xf1z2c": the object has been modified; please apply your changes to the latest version and try again
INFO[2024-10-12T10:10:10Z] Reporting job state 'failed' with reason 'initializing_namespace' /test test-integration |
/test test-integration |
Signed-off-by: myan <[email protected]> add Signed-off-by: myan <[email protected]> format agent Signed-off-by: myan <[email protected]> add the document Signed-off-by: myan <[email protected]> document Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
6ca007a
to
64b98e1
Compare
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: myan <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -9,7 +9,7 @@ COPY go.mod go.sum ./ | |||
COPY ./agent/ ./agent/ | |||
COPY ./pkg/ ./pkg/ | |||
|
|||
RUN go build -o bin/agent ./agent/cmd/agent/main.go | |||
RUN go build -o bin/agent ./agent/cmd/main.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the downstream for this change
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: clyang82, yanmxa 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 |
Summary
Related issue(s)
Fixes # https://issues.redhat.com/browse/ACM-14760
Tests
make unit-tests
.make integration-test
.make e2e-test-all
.