Skip to content

ci: unpin durable functions emulator image tag#9054

Merged
bnusunny merged 1 commit into
developfrom
ci/unpin-durable-functions-emulator-tag
Jun 1, 2026
Merged

ci: unpin durable functions emulator image tag#9054
bnusunny merged 1 commit into
developfrom
ci/unpin-durable-functions-emulator-tag

Conversation

@bnusunny
Copy link
Copy Markdown
Contributor

@bnusunny bnusunny commented Jun 1, 2026

Summary

  • Drops the hard-coded DURABLE_EXECUTIONS_EMULATOR_IMAGE_TAG: v1.1.1 from the durable-functions matrix entry in .github/workflows/build.yml.
  • With the env var unset, DurableFunctionsEmulatorContainer._get_emulator_image_tag() falls back to latest, so CI now exercises the most recent published emulator image instead of being pinned to v1.1.1.

Test plan

  • durable-functions job on this PR pulls public.ecr.aws/durable-functions/aws-durable-execution-emulator:latest and the suite passes.
  • Other matrix entries (which never set the var) are unaffected.

@bnusunny bnusunny requested a review from a team as a code owner June 1, 2026 20:57
@bnusunny bnusunny added this pull request to the merge queue Jun 1, 2026
Merged via the queue into develop with commit faf5ec8 Jun 1, 2026
55 checks passed
singledigit pushed a commit to singledigit/aws-sam-cli that referenced this pull request Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants