Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ALM Accelerator - BUG]: Pipeline does not run in correct sequence #8296

Open
nrawev opened this issue May 17, 2024 · 2 comments
Open

[ALM Accelerator - BUG]: Pipeline does not run in correct sequence #8296

nrawev opened this issue May 17, 2024 · 2 comments
Labels
alm-accelerator ALM Accelerator Components and Apps bug Something isn't working

Comments

@nrawev
Copy link

nrawev commented May 17, 2024

Describe the issue

We have are caught in an issue- when we deploy solution using ALM accelerator to downstream environmnets (UAT and QA), using ALM acclerator tool, the pipeline skips deployment to UAT and deploys code directly to QA. We can see in Azure DevOps Pipelines- deployToUAT never runs instead deployToQA always runs. Ideally deployToUAT pipeline must trigger first.

However when we go to devOps Pipeline- deployToUAT, and run it manually after changing the trigger to work branch, the pipeline runs fine.

It seems come config issue with ALM acc. that it skips UAT(validation environment) and run directly to QA(Test). Is this something you’ve come across.

Any help on the same would be highly appreciated.

Expected Behavior

Pipeline "deployToUAT" must run first and then pipeline "deployToQA" runs after.

What component are you experiencing the issue with?

ALM Accelerator Pipelines

What solution version are you using?

March release ALM accelerator

Steps To Reproduce

  1. run the deployment using ALM acc. canavas app, after export to git has been successfully executed.
  2. Deploy button runs the pipeline- deployToQA. Instead, it must run pipeline deployToUAT.

Anything else?

No response

AB#3269

@nrawev nrawev added alm-accelerator ALM Accelerator Components and Apps bug Something isn't working labels May 17, 2024
@RajeevPentyala
Copy link
Collaborator

@nrawev Can you confirm if you have customized the deployment .yml pipelines on your end on top of the 'ALM Accelerator' build?
The 'ALM Accelerator' follows the default branching strategy documented here which takes three environments into account (Validation, Test, Prod) and the deployment happens in the mentioned order.

@nrawev
Copy link
Author

nrawev commented Jun 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alm-accelerator ALM Accelerator Components and Apps bug Something isn't working
Projects
Status: Todo ✏️
Development

No branches or pull requests

2 participants