Skip to content

fix(make): target AgentTeams containers in dev utils - #1029

Open
RerankerGuo wants to merge 1 commit into
agentscope-ai:mainfrom
RerankerGuo:fix/make-dev-utils-agentteams-containers
Open

fix(make): target AgentTeams containers in dev utils#1029
RerankerGuo wants to merge 1 commit into
agentscope-ai:mainfrom
RerankerGuo:fix/make-dev-utils-agentteams-containers

Conversation

@RerankerGuo

Copy link
Copy Markdown
Contributor

Summary

  • make make status list the renamed agentteams-* containers
  • make make clean remove agentteams-test-worker-* containers created by the current test harness

Root cause

The AgentTeams contract rename updated the container names and most Makefile targets, but these two Docker name filters still used the old hiclaw-* prefixes. As a result, make status omitted current containers and make clean left current test workers behind.

Validation

  • ran make status against a recording Docker stub and verified the name=agentteams- filter plus controller/manager output
  • ran make clean TEST_CONTAINER=agentteams-manager-test against the stub and verified both current test workers were removed
  • ran make -n status and make -n clean TEST_CONTAINER=agentteams-manager-test
  • ran git diff --check

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (controller-cr / mgr=copaw / wk=hermes)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction / mgr=copaw / wk=hermes)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (controller-cr-2 / mgr=copaw / wk=copaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction / mgr=openclaw / wk=openclaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction-2 / mgr=copaw / wk=hermes)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (controller-cr / mgr=openclaw / wk=openclaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (controller-cr / mgr=copaw / wk=copaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction-2 / mgr=copaw / wk=copaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction / mgr=copaw / wk=copaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@github-actions

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction-2 / mgr=openclaw / wk=openclaw)

Commit: 0535642
Workflow run: #1657

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

@RerankerGuo

Copy link
Copy Markdown
Contributor Author

CI note: all 9 build/translation checks passed on run #1657. I inspected the raw logs for all 10 failed integration matrix jobs; every job stopped before tests during embedded install with the identical LLM API Key is required error. This is the base pull_request_target secret-name regression addressed by #1026, so none of the failures exercised this PR's make status / make clean changes. The focused local Docker-stub validation remains documented in the PR body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant