diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index fc9bde24f9..3edca6b1a7 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -875,7 +875,7 @@ jobs: ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in __GH_AW_GITHUB_REPOSITORY__ - 2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available + 2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-claude-__GH_AW_GITHUB_RUN_ID__.txt` with content "Smoke test passed for Claude at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-claude.md b/.github/workflows/smoke-claude.md index 176f46aa31..7ca9b17aaa 100644 --- a/.github/workflows/smoke-claude.md +++ b/.github/workflows/smoke-claude.md @@ -63,7 +63,7 @@ timeout-minutes: 10 ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }} -2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available +2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-claude-${{ github.run_id }}.txt` with content "Smoke test passed for Claude at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index 4718af20bc..cdacd70f6e 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -858,7 +858,7 @@ jobs: ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in __GH_AW_GITHUB_REPOSITORY__ - 2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available + 2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-codex-__GH_AW_GITHUB_RUN_ID__.txt` with content "Smoke test passed for Codex at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-codex.md b/.github/workflows/smoke-codex.md index 374e5b5aa1..edc59219b9 100644 --- a/.github/workflows/smoke-codex.md +++ b/.github/workflows/smoke-codex.md @@ -59,7 +59,7 @@ timeout-minutes: 10 ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }} -2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available +2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available 3. **Playwright Testing**: Use playwright to navigate to https://github.com and verify the page title contains "GitHub" 4. **Tavily Web Search Testing**: Use the Tavily MCP server to perform a web search for "GitHub Agentic Workflows" and verify that results are returned with at least one item 5. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-codex-${{ github.run_id }}.txt` with content "Smoke test passed for Codex at $(date)" (create the directory if it doesn't exist) diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index 2d50783fab..3d287a9200 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -637,7 +637,7 @@ jobs: ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in __GH_AW_GITHUB_REPOSITORY__ - 2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available + 2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available 3. **Playwright Testing**: Use playwright to navigate to and verify the page title contains "GitHub" 4. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-copilot-__GH_AW_GITHUB_RUN_ID__.txt` with content "Smoke test passed for Copilot at $(date)" (create the directory if it doesn't exist) 5. **Bash Tool Testing**: Execute bash commands to verify file creation was successful (use `cat` to read the file back) diff --git a/.github/workflows/smoke-copilot.md b/.github/workflows/smoke-copilot.md index 717e5c379a..9bfbb78e8e 100644 --- a/.github/workflows/smoke-copilot.md +++ b/.github/workflows/smoke-copilot.md @@ -61,7 +61,7 @@ strict: true ## Test Requirements 1. **GitHub MCP Testing**: Review the last 2 merged pull requests in ${{ github.repository }} -2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available +2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available 3. **Playwright Testing**: Use playwright to navigate to and verify the page title contains "GitHub" 4. **File Writing Testing**: Create a test file `/tmp/gh-aw/agent/smoke-test-copilot-${{ github.run_id }}.txt` with content "Smoke test passed for Copilot at $(date)" (create the directory if it doesn't exist) 5. **Bash Tool Testing**: Execute bash commands to verify file creation was successful (use `cat` to read the file back)