Skip to content

Add RunGenevaAction pipeline step type#244

Merged
geoberle merged 1 commit into
Azure:mainfrom
ashishmax31:add-run-geneva-action-step
Jun 12, 2026
Merged

Add RunGenevaAction pipeline step type#244
geoberle merged 1 commit into
Azure:mainfrom
ashishmax31:add-run-geneva-action-step

Conversation

@ashishmax31

@ashishmax31 ashishmax31 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Adds a new step type for invoking Geneva Actions as part of deployment pipelines.

Required for https://redhat.atlassian.net/browse/AROSLSRE-886

Copilot AI review requested due to automatic review settings June 1, 2026 04:47

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

Note

Copilot was unable to run its full agentic suite in this review.

Adds support for a new RunGenevaAction pipeline step across the Go types, JSON unmarshalling, schema validation, and unit tests.

Changes:

  • Introduces RunGenevaActionStep and registers it under the new RunGenevaAction action constant.
  • Extends JSON schema to validate RunGenevaAction step shape and required fields.
  • Adds unit tests covering RequiredInputs() and well-formedness for the new step type.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
pipelines/types/resourcegroup.go Adds JSON unmarshalling support for RunGenevaAction steps.
pipelines/types/pipeline.schema.v1.json Defines and wires in the runGenevaActionStep schema definition.
pipelines/types/common_test.go Adds test cases for required inputs and well-formedness of the new step.
pipelines/types/common.go Introduces the RunGenevaActionStep type and dependency extraction logic.

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

Comment thread pipelines/types/common.go
Comment thread pipelines/types/pipeline.schema.v1.json
Comment thread pipelines/types/pipeline.schema.v1.json
@ashishmax31 ashishmax31 force-pushed the add-run-geneva-action-step branch from 25b2deb to 4d4d776 Compare June 1, 2026 12:55
Comment thread pipelines/types/common.go

@raelga raelga 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.

/lgtm
/approve

@raelga raelga 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.

/lgtm
/approve

@ashishmax31 ashishmax31 force-pushed the add-run-geneva-action-step branch from 4d4d776 to c1df967 Compare June 11, 2026 11:04
Adds a new step type for invoking arbitrary Geneva Actions owned by
other teams as part of deployment pipelines, using the existing EV2
Microsoft.Geneva.Actions/OperationExecution extension.

Signed-off-by: Ashish <[email protected]>
@ashishmax31 ashishmax31 force-pushed the add-run-geneva-action-step branch from c1df967 to c4c8861 Compare June 12, 2026 10:00

@raelga raelga 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.

/lgtm
/approve

@geoberle geoberle merged commit 6c17fff into Azure:main Jun 12, 2026
2 checks passed
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.

5 participants