Skip to content

feat: [DTOSS-12404] consolidate github actions#1858

Open
nc-shahidazim wants to merge 1 commit intomainfrom
feat/DTOSS-12404-github-pipelines
Open

feat: [DTOSS-12404] consolidate github actions#1858
nc-shahidazim wants to merge 1 commit intomainfrom
feat/DTOSS-12404-github-pipelines

Conversation

@nc-shahidazim
Copy link
Contributor

@nc-shahidazim nc-shahidazim commented Mar 11, 2026

Description

This PR simplifies the CI/CD workflows by upgrading dependencies, removing unused stages, and refactoring deployment logic into a reusable script.

Details

  • Upgraded GitHub checkout actions from v4 to v6 to ensure compatibility and benefit from the latest improvements.
  • Removed acceptance tests and linting steps that were no longer required, as these stages were not performing any actions.
  • Refactored the deploy stage for both normal and devtest workflows into a single shared Bash script, improving maintainability and reducing duplication.
  • Deleted cicd-3-deploy.yml, which is now obsolete following the refactor.
  • Removed dependency scanning from the code‑commit stage as it is not needed in the updated workflow.

Context

These changes reduce unnecessary pipeline steps, simplify the workflow structure, and improve reusability. Consolidating deployment logic into a single script lowers maintenance overhead and removes outdated or non-functional stages.

Evidences

devtest build:

image

feature branch build:

image

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@github-actions
Copy link

github-actions bot commented Mar 11, 2026

Unit Test Results

✔️ Tests 1014 / 1014 - passed in 71.1s
📝 Coverage 47.07%
📏 4782 / 10457 lines covered 🌿 1171 / 2190 branches covered
🔍 click here for more details

✏️ updated for commit 785e7b2

@nc-shahidazim nc-shahidazim changed the title feat: consolidate github actions feat: consolidate github actions (wip) Mar 11, 2026
@nc-shahidazim nc-shahidazim added Non-functional change A change that does not change any functions. Mainly config or database changes Infra-only Infrastructure only changes labels Mar 13, 2026
@nc-shahidazim nc-shahidazim changed the title feat: consolidate github actions (wip) feat: consolidate github actions Mar 13, 2026
@nc-shahidazim nc-shahidazim force-pushed the feat/DTOSS-12404-github-pipelines branch from 1d70d18 to 785e7b2 Compare March 13, 2026 13:08
@nc-shahidazim nc-shahidazim changed the title feat: consolidate github actions feat: [DTOSS-12404] consolidate github actions Mar 13, 2026
@sonarqubecloud
Copy link

Copy link
Contributor

@MacMur85 MacMur85 left a comment

Choose a reason for hiding this comment

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

Approved

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

Labels

Infra-only Infrastructure only changes Non-functional change A change that does not change any functions. Mainly config or database changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants