Skip to content

fix(integ-runner): existing snapshot dir interferes with real deployment#1714

Merged
rix0rrr merged 8 commits into
mainfrom
huijbers/delete-when-real-synth
Jul 10, 2026
Merged

fix(integ-runner): existing snapshot dir interferes with real deployment#1714
rix0rrr merged 8 commits into
mainfrom
huijbers/delete-when-real-synth

Conversation

@rix0rrr

@rix0rrr rix0rrr commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

In a recent change to integ-runner, we started reusing the synth output directory upon reading so we don't have to re-synth for every single file we need to read from the synth directory.

However, we accidentally left the directory too long, where it started interfering with a synth that actually need to be deployed.

Now clean up that directory in between checking the snapshot and doing the actual deployable synth.

In order to fix this, this had to turn into a giant refactoring of the integ-runner. Big changes:

  • Turn off the update workflow by default.

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

In a recent change to integ-runner, we started reusing the synth output
directory upon reading so we don't have to re-synth for every single file
we need to read from the synth directory.

However, we accidentally left the directory too long, where it started
interfering with a synth that actually need to be deployed.

Now clean up that directory in between checking the snapshot and doing
the actual deployable synth.
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

Copy link
Copy Markdown
Contributor

Total lines changed 2301 is greater than 1000. Please consider breaking this PR down.

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.

3 participants