Skip to content

handle ARO-Tools SafeFly step type in templatize#6173

Open
Mustafa-Ali-code wants to merge 1 commit into
Azure:mainfrom
Mustafa-Ali-code:mustaali/bump-aro-tools-safefly
Open

handle ARO-Tools SafeFly step type in templatize#6173
Mustafa-Ali-code wants to merge 1 commit into
Azure:mainfrom
Mustafa-Ali-code:mustaali/bump-aro-tools-safefly

Conversation

@Mustafa-Ali-code

@Mustafa-Ali-code Mustafa-Ali-code commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

What

Add an explicit SafeFlyStep case that logs and skips instead of the generic default. And add a SafeFly case so shellIdentity config references are checked

Why

SafeFly submission needs a live EV2 rollout, so templatize can't run it, so skipping at runtime. No accompanying Aro-Tools bump since the actual step bump landed on this PR #6201

Testing

go build and go test pass in tooling/templatize

PR Checklist

  • PR is scoped to a single task (no mixed concerns)
  • Title follows Conventional Commits format
  • Summary explains the "Why" behind the change
  • Linked to relevant ticket/issue
  • Screenshots included (if graph/UI/metrics changes)
  • Self-reviewed the diff
  • CI/CD checks are passing (ignore Tide)
  • Draft PR used for WIP (if applicable)
  • Commit history is clean (rebased/squashed)
  • Tricky code blocks are commented
  • Specific reviewers tagged
  • All comment threads resolved before merge

If E2E tests are included:

  • E2E tests follow Principles of Good E2E Test Case Design
  • If new E2E use case is covered (via a new test or new check/verifier),
    demonstrate that the test is able to detect a defect/error and fail with
    proper error message and logs which communicates nature of the problem.

Copilot AI review requested due to automatic review settings July 20, 2026 19:05
@openshift-ci
openshift-ci Bot requested review from bennerv and deads2k July 20, 2026 19:06

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.

Pull request overview

Bumps the github.com/Azure/ARO-Tools dependency across this repo’s Go workspace tooling modules to pick up the newly added SafeFly pipeline step type, so downstream pipeline generation can represent SafeFly as a first-class step rather than shell-command sniffing.

Changes:

  • Update all relevant tooling/* Go modules to the ARO-Tools pseudo-version v0.0.0-20260720175808-ca2cea2cb707.
  • Refresh corresponding go.sum entries to match the updated ARO-Tools module versions.
  • Update the test and mgmt-agent modules’ ARO-Tools dependencies for consistency across the workspace.

Reviewed changes

Copilot reviewed 9 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tooling/yamlwrap/go.mod Bump ARO-Tools tools/yamlwrap dependency to the new pseudo-version.
tooling/yamlwrap/go.sum Update checksums for the bumped ARO-Tools yamlwrap and testutil deps.
tooling/templatize/go.mod Bump ARO-Tools dependencies (config, pipelines, and related tools) to the new pseudo-version.
tooling/templatize/go.sum Update checksums for all bumped ARO-Tools modules used by templatize.
tooling/secret-sync/go.mod Bump ARO-Tools tools/secret-sync and indirect ARO-Tools deps to the new pseudo-version.
tooling/secret-sync/go.sum Update checksums for bumped ARO-Tools dependencies.
tooling/pipeline-documentation/go.mod Bump ARO-Tools pipelines dependency to the new pseudo-version.
tooling/pipeline-documentation/go.sum Update checksums for bumped ARO-Tools pipelines.
tooling/helmtest/go.mod Bump ARO-Tools config, pipelines, and testutil deps to the new pseudo-version.
tooling/helmtest/go.sum Update checksums for bumped ARO-Tools dependencies.
tooling/hcpctl/go.mod Bump ARO-Tools tools/cmdutils dependency to the new pseudo-version.
tooling/hcpctl/go.sum Update checksums for bumped ARO-Tools cmdutils.
tooling/grafanactl/go.mod Bump ARO-Tools tools/grafanactl and indirect cmdutils to the new pseudo-version.
tooling/grafanactl/go.sum Update checksums for bumped ARO-Tools dependencies.
test/go.mod Bump ARO-Tools config and prow-job-executor (and indirect tool deps) to the new pseudo-version.
test/go.sum Update checksums for bumped ARO-Tools dependencies used by test.
mgmt-agent/go.mod Bump ARO-Tools testutil dependency to the new pseudo-version.
mgmt-agent/go.sum Update checksums for bumped ARO-Tools testutil.

@trevorwilliams2025

Copy link
Copy Markdown
Collaborator

/retest

@Mustafa-Ali-code
Mustafa-Ali-code force-pushed the mustaali/bump-aro-tools-safefly branch from 978675f to 47739c8 Compare July 22, 2026 14:45
Copilot AI review requested due to automatic review settings July 22, 2026 14:45
@openshift-ci

openshift-ci Bot commented Jul 22, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Mustafa-Ali-code
Once this PR has been reviewed and has the lgtm label, please assign geoberle for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Mustafa-Ali-code Mustafa-Ali-code changed the title bump ARO-Tools: add SafeFly pipeline step handle ARO-Tools SafeFly step type in templatize Jul 22, 2026

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.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment on lines +932 to +934
case *types.SafeFlyStep:
logger.Info("SafeFly submission requires a live EV2 rollout, skipping in templatize", "step", step.StepName())
return nil, nil, nil
@openshift-ci

openshift-ci Bot commented Jul 22, 2026

Copy link
Copy Markdown

@Mustafa-Ali-code: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-parallel 47739c8 link true /test e2e-parallel

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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.

3 participants