Skip to content
Merged
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
16 changes: 9 additions & 7 deletions .github/workflows/s3-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: S3 Integration Tests

on:
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/s3-integration.yml"
- "s3/**"
push:
branches:
- main
# temporarily disabled until S3 implementation uses new structured logging format
# blocked by https://github.com/cloudfoundry/bosh-s3cli/pull/60 which needs to be integrated first
# pull_request:
# paths:
# - ".github/workflows/s3-integration.yml"
# - "s3/**"
# push:
# branches:
# - main

jobs:
# AWS S3 US Integration Tests
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ Key points
- [Alioss](./alioss/README.md)
- [Azurebs](./azurebs/README.md)
- [Dav](./dav/README.md)
- additional endpoints needed by CAPI still missing
- [Gcs](./gcs/README.md)
- [S3](./s3/README.md)
- additional endpoints needed by CAPI still missing
- dev blocked by https://github.com/cloudfoundry/bosh-s3cli/pull/60
- integration tests disabled (they fail on logging format changes)


## Build
Expand Down
Loading