Add s3 timeout to client handler #635
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by hack/generate-tests.sh | |
name: kuttl e2e test 1.25 | |
on: [push] | |
concurrency: | |
group: kuttl-1.25-${{ github.ref }}-1 | |
cancel-in-progress: true | |
permissions: | |
contents: read | |
jobs: | |
test: | |
name: kuttl e2e test 1.25 | |
runs-on: ubuntu-latest | |
env: | |
KUTTL: /usr/local/bin/kubectl-kuttl | |
steps: | |
- name: Cancel Previous Runs | |
uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: '1.21' | |
- name: Install dependencies | |
run: | | |
sudo curl -Lo $KUTTL https://github.com/kudobuilder/kuttl/releases/download/v0.13.0/kubectl-kuttl_0.13.0_linux_x86_64 | |
sudo chmod +x $KUTTL | |
- name: Build | |
run: make submodules build | |
- name: Create test environment | |
run: make crossplane-cluster load-package | |
- name: Run kuttl tests 1.25 | |
run: kubectl-kuttl test --config e2e/kuttl/stable/provider-ceph-1.25.yaml | |
env: | |
AWS_ACCESS_KEY_ID: 'Dummy' | |
AWS_SECRET_ACCESS_KEY: 'Dummy' | |
AWS_DEFAULT_REGION: 'us-east-1' | |
- uses: actions/upload-artifact@v4 | |
if: ${{ always() }} | |
with: | |
name: kind-logs | |
path: kind-logs-* |