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

Staging Aepp Base Pipeline not deploying if the first build failed after PR opening #1473

Open
davidyuk opened this issue Apr 23, 2023 · 2 comments
Assignees
Labels

Comments

@davidyuk
Copy link
Member

In case of the first build fails after PR opening, "Staging deploy" didn't gets executed.

- name: Staging deploy
if: github.event_name == 'pull_request' && github.event.action == 'opened'
uses: aeternity/ae-github-actions/argocd-deploy@v4

It also didn't gets executed in subsequent builds, because PR already opened, so a PR didn't gets deployed eventually.

It happaned to me in #1472
I've tried to open https://pr-1472-aepp-base.stg.aepps.com , but there is 404.

@davidyuk
Copy link
Member Author

Also, is develop branch deployed somewhere?

@mmpetarpeshev
Copy link
Contributor

For now, we don't support syncing of initially failed PR's . You have to close and open the PR (not reopen). We have a ticket to look for such an option, but it's not implemented yet. Develop branch is not deployed currently. We have to sync with Foundation on how they want to manage this service and after that, I can take care of whatever is the decision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants