Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-samples-staging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
shell: bash
working-directory: ./amplify-js-samples-staging
env:
BRANCH: ${{ github.ref_name }}
BRANCH: fix/lex-rate-limiting-v2
run: |
if git ls-remote --exit-code --heads origin refs/heads/$BRANCH; then
# Corresponding branch on sample repo exists, check it out
Expand Down
16 changes: 7 additions & 9 deletions .github/canary-config/canary-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,13 @@ tests:
# sample_name: [chatbot-component]
# spec: chatbot-component
# browser: *minimal_browser_list
# Skipping chatbot_v1 test due to persistent AWS Lex V1 rate limiting issues
# TODO: Re-enable after investigating bot configuration
# - test_name: integ_react_interactions_chatbot_v1
# desc: 'Chatbot V1'
# framework: react
# category: interactions
# sample_name: [lex-test-component]
# spec: chatbot-v1
# browser: [chrome, firefox]
- test_name: integ_react_interactions_chatbot_v1
desc: 'Chatbot V1'
framework: react
category: interactions
sample_name: [lex-test-component]
spec: chatbot-v1
browser: [chrome, firefox]
- test_name: integ_react_interactions_chatbot_v2
desc: 'Chatbot V2'
framework: react
Expand Down
16 changes: 7 additions & 9 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -820,15 +820,13 @@ tests:
# amplifyjs_dir: true

# INTERACTIONS
# Skipping chatbot_v1 test due to persistent AWS Lex V1 rate limiting issues
# TODO: Re-enable after investigating bot configuration
# - test_name: integ_react_interactions_chatbot_v1
# desc: 'Chatbot V1'
# framework: react
# category: interactions
# sample_name: [lex-test-component]
# spec: chatbot-v1
# browser: *minimal_browser_list
- test_name: integ_react_interactions_chatbot_v1
desc: 'Chatbot V1'
framework: react
category: interactions
sample_name: [lex-test-component]
spec: chatbot-v1
browser: *minimal_browser_list
- test_name: integ_react_interactions_chatbot_v2
desc: 'Chatbot V2'
framework: react
Expand Down
Loading