Skip to content

Conversation

@rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Nov 19, 2025

I've lost 2 hours
debugging why my deployment was failing trying to deploy to nonexistent and non-requested accounts and regions, and the
answer was: the checked-in snapshot was nonsensical, and the update workflow will first deploy the checked-in snapshot and only then deploy the current snapshot.

Good idea, bad execution: if existing
snapshots are not region-agnostic they are guaranteed to fail. We should probably resynthesize them from the previous git commit instead.

Whatever it is, what we do right now doesn't work so I'm disabling the default.

Turn --disable-update-workflow into --[no-]update-workflow, with the default being false.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

I've lost 2 hours
debugging why my deployment was failing trying to deploy to nonexistent
and non-requested accounts and regions, and the
answer was: the checked-in snapshot was nonsensical, and the update
workflow will first deploy the checked-in snapshot and only then
deploy the current snapshot.

Good idea, bad execution: if existing
snapshots are not region-agnostic they are guaranteed to fail. We
should probably resynthesize them from the previous git commit instead.

Whatever it is, what we do right now doesn't work so I'm disabling it.
@codecov-commenter
Copy link

codecov-commenter commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.93%. Comparing base (29a6178) to head (885e6eb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #951      +/-   ##
==========================================
- Coverage   84.50%   83.93%   -0.58%     
==========================================
  Files          71       71              
  Lines       10445    10445              
  Branches     1344     1341       -3     
==========================================
- Hits         8827     8767      -60     
- Misses       1577     1639      +62     
+ Partials       41       39       -2     
Flag Coverage Δ
suite.unit 83.93% <ø> (-0.58%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 19, 2025
Merged via the queue into main with commit 1ec3310 Nov 19, 2025
35 checks passed
@aws-cdk-automation aws-cdk-automation deleted the huijbers/integ-runner-disable-update branch November 19, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants