Skip to content

Run application sandbox integration in CI - #20

Open
omry wants to merge 1 commit into
pr18from
pr19
Open

Run application sandbox integration in CI#20
omry wants to merge 1 commit into
pr18from
pr19

Conversation

@omry
omry changed the base branch from main to pr18 August 3, 2026 12:17
@omry
omry marked this pull request as ready for review August 3, 2026 12:17
Copilot AI review requested due to automatic review settings August 3, 2026 12:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds application sandbox Docker integration tests to the CI integration workflow so the sandbox identity/kernel baseline, startup verifier behavior, and network policy enforcement are exercised automatically alongside existing Docker integration coverage.

Changes:

  • Run application sandbox integration tests in CI with REPLOY_DOCKER_INTEGRATION=1.
  • Add a dedicated go test invocation targeting the sandbox-related Docker integration test set.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +104 to +109
- name: Run application sandbox integration tests
env:
REPLOY_DOCKER_INTEGRATION: "1"
run: >-
go test -timeout 15m ./internal/dockerdeploy
-run '^(TestTransientCommandDockerIntegrationEnforcesIdentityAndKernelBaseline|TestApplicationStartupVerifierDockerIntegration|TestApplicationNetworkPolicyDockerIntegration)$'

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 96a44c8206

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

go test -timeout 10m ./internal/dockerdeploy
-run '^(TestPrivateWorkloadEnvironmentDockerIntegrationMasksFilesAndInjectsValues|TestPrivateRuntimeMasksDockerIntegrationProtectTransientContainer|TestPrivateWorkloadEnvironmentRealDockerIsolation)$'

- name: Run application sandbox integration tests

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required CI changelog fragment

This new integration step changes the CI gate maintainers run across every runtime matrix entry, so it is a test-only change that affects the maintainer workflow; however, the commit contains no fragment under .changes/unreleased/. Add a Changie fragment describing the additional validation gate.

AGENTS.md reference: AGENTS.md:L15-L16

Useful? React with 👍 / 👎.

@omry

omry commented Aug 8, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: 188f166616

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@omry

omry commented Aug 8, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: 35c162ea39

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved PR reviewed and approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants