Skip to content

Commit 7e4b9cc

Browse files
committed
chore: remove smoke tests for claude-3-opus
Signed-off-by: Nick Hale <[email protected]>
1 parent ce0d867 commit 7e4b9cc

File tree

3 files changed

+0
-1838
lines changed

3 files changed

+0
-1838
lines changed

.github/workflows/smoke.yaml

-31
Original file line numberDiff line numberDiff line change
@@ -117,37 +117,6 @@ jobs:
117117
export PATH="$(pwd)/bin:${PATH}"
118118
make smoke
119119
120-
claude-3-opus-20240229:
121-
needs: check-label
122-
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123-
runs-on: ubuntu-22.04
124-
steps:
125-
- name: Checkout base repository
126-
uses: actions/checkout@v4
127-
with:
128-
fetch-depth: 1
129-
- name: Checkout PR code if running for a PR
130-
if: ${{ github.event_name == 'pull_request_target' }}
131-
uses: actions/checkout@v4
132-
with:
133-
fetch-depth: 1
134-
repository: ${{ github.event.pull_request.head.repo.full_name }}
135-
ref: ${{ github.event.pull_request.head.ref }}
136-
- uses: actions/setup-go@v5
137-
with:
138-
cache: false
139-
go-version: "1.21"
140-
- env:
141-
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
142-
GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 from github.com/gptscript-ai/claude3-anthropic-provider
143-
ANTHROPIC_API_KEY: ${{ secrets.SMOKE_ANTHROPIC_API_KEY }}
144-
GPTSCRIPT_CREDENTIAL_OVERRIDE: "github.com/gptscript-ai/claude3-anthropic-provider/credential:ANTHROPIC_API_KEY"
145-
name: Run smoke test for claude-3-opus-20240229
146-
run: |
147-
echo "Running smoke test for model claude-3-opus-20240229"
148-
export PATH="$(pwd)/bin:${PATH}"
149-
make smoke
150-
151120
claude-3-5-sonnet-20240620:
152121
needs: check-label
153122
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}

0 commit comments

Comments
 (0)