-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix Tests run on daily schedule #31 #40
Conversation
@dantelmomsft John and I met, and we thought about pushing to production whenever there is a push to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm helping!
this how I see this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bring back the infra validation CI pipeline.
If you agree with the strategy I've shared in my last comment, we should at least add a dedicated production environment and deploy the tagged release. After that we can start use CI + scheduled daily build pipelines on the current dev environment.
7fe2fed
to
754b172
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brunoborges I've updated the PR based on the last conversation we had. some highlights:
- rebased the PR
- created a production environment where release 1.0.0 have been deployed
- app-ci supports tags deployment on production environment
- template-validation have been enabled for PR on main and scheduled nightly
- infra-ci has been added to support bicep changes. bicep is validated, infra and app deployment have been commented to have more time to review the approach and avoid to break dev environment
Let me know if you agree and I will merge back in the main
Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>
Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>
Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>
Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>
754b172
to
e1a14ac
Compare
Fixes #31