test: experiment with making e2e test serve smoke tests#200
test: experiment with making e2e test serve smoke tests#200JohannesRudolph wants to merge 4 commits into
Conversation
Scorecard Check
📊 meshstack-hub Module Scorecard
📋 Per-Module Category SummaryScore per category per building block.
Core Structure — some checks failingBasic module file structure and documentation — applies to 1 modules
Core Structure — Summary
Integration — ✅ all passingmeshstack_integration.tf conventions — applies to 1 modules
Integration — Summary
Azure Backplane — not applicableAzure UAMI-based automation principal conventions — applies to 0 modules No applicable modules. STACKIT Backplane — ✅ all passingSTACKIT WIF-based automation principal conventions — applies to 1 modules
STACKIT Backplane — Summary
Testing — ✅ all passingEnd-to-end test coverage — applies to 1 modules
Testing — Summary
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
e2e test are deploying meshstack_integration.tf and use an ephemeral backplane smoke tests are running against a long-lived cloud foundation backplane, validating that live, released versions of BBDs in a meshStack are still functional
64a2b9e to
b199f3a
Compare
…oint AWS provider v5+ sends LocationConstraint for custom endpoints even when region = "us-east-1". STACKIT's StorageGRID rejects "us-east-1" as an invalid location constraint. Using "eu01" matches STACKIT's actual S3 region and is accepted by the CreateBucket API. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…3 eu01 region STACKIT StorageGRID requires LocationConstraint="eu01" in CreateBucket requests. AWS provider v5+ sends the configured region as LocationConstraint, so we use region="eu01". However, the provider validates region names against known AWS regions — adding skip_region_validation=true allows the non-AWS region name. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…Constraint on CreateBucket AWS SDK Go v2 (provider >= 5.0) always sends LocationConstraint in CreateBucket requests, including for us-east-1. STACKIT StorageGRID rejects any LocationConstraint value with InvalidLocationConstraint. AWS SDK Go v1 (provider ~> 4.0) omits LocationConstraint entirely when region=us-east-1, which is what StorageGRID requires. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
e2e test are deploying meshstack_integration.tf and use an ephemeral backplane
smoke tests are running against a long-lived cloud foundation backplane, validating that live, released versions of BBDs in a meshStack are still functional