Skip to content

ci: reduce number of unnecessary jobs - #5451

Open
edersonbrilhante wants to merge 1 commit into
mainfrom
ci-reduce-jobs
Open

edersonbrilhante wants to merge 1 commit into
mainfrom
ci-reduce-jobs

Conversation

@edersonbrilhante

@edersonbrilhante edersonbrilhante commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Description

  • Separate MiniStack smoke tests from the Terraform lifecycle workflow.
  • Keep Terraform lifecycle jobs focused on Terraform/OpenTofu changes.
  • Add a dedicated smoke-test workflow for Lambda and MiniStack lifecycle validation.
  • Update the MiniStack service image to 1.5.13 with its pinned SHA256 digest.
  • Configure Dependabot to monitor the workflow directory for MiniStack image updates.

Test Plan

  • GitHub Actions will validate the updated workflow configuration.
  • The smoke-test workflow builds the webhook and control-plane Lambda distributions.
  • The smoke-test workflow runs the webhook and pool lifecycle tests against MiniStack.
  • Terraform lifecycle validation remains covered by the existing workflow.

Related Issues

Not applicable.

@edersonbrilhante
edersonbrilhante requested a review from a team as a code owner September 18, 2026 21:30
@edersonbrilhante
edersonbrilhante enabled auto-merge (squash) September 18, 2026 21:30
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

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

Scanned Files

  • .github/workflows/ministack.yml

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟡 Changes recommended

Workflow trigger filters and Dependabot configuration must be corrected before approval.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 3 Medium severity

Open (3)
What changed in this PR

Separates MiniStack smoke tests from Terraform lifecycle validation, updates the MiniStack image, and configures Dependabot monitoring.

Changes:

  • Adds a dedicated MiniStack smoke-test workflow.
  • Adjusts Terraform lifecycle triggers and MiniStack configuration.
  • Adds Dependabot monitoring for workflow dependencies.
File Summary
.github/​workflows/​smoke-tests.yml MiniStack and Lambda smoke-test workflow
.github/​workflows/​ministack.yml Terraform lifecycle triggers and MiniStack image
.github/​dependabot.yml Dependabot workflow-directory configuration

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/dependabot.yml

- package-ecosystem: "docker-compose"
directory: "/"
directory: ".github/workflows"
- "modules/**"
- "lambdas/**"
workflow_dispatch:
paths: ["**/*.tf", "**/*.hcl", ".github/workflows/terraform.yml"]
Comment on lines +7 to +21
paths:
- "tests/ministack/**"
- "*.tf"
- "policies/**"
- "examples/**"
- "modules/**"
- "lambdas/**"
pull_request:
paths:
- "tests/ministack/**"
- "*.tf"
- "policies/**"
- "examples/**"
- "modules/**"
- "lambdas/**"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants