Conversation
* update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env
* update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow
…ew_dev_test_branches
* update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env
…ew_dev_test_branches
* update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments
…ew_dev_test_branches
* update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * update the deployment workflow file for dev&test
…ew_dev_test_branches
…test environments. (#1097) * update the format/sonar/test workflow configurations * update the format/sonar/test workflow configurations (#1094) * update the deployment workflow file for dev-env * update the deployment workflow file for dev-env (#1095) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * update test deployment workflow (#1096) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * Remove the auto deployment feature on test-env (#1098) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * remove tags for dev&test deployments (#1099) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * update the deployment workflow file for dev&test * update the deployment workflow file for dev&test (#1100) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * update the deployment workflow file for dev&test * update README for deployment
…ew_dev_test_branches
* update the manual trigger on dev&test deployment files
* update format('{0}~1', github.sha) to 'HEAD^'
…ew_dev_test_branches
…orkflow files (#1104) * update the format/sonar/test workflow configurations * update the format/sonar/test workflow configurations (#1094) * update the deployment workflow file for dev-env * update the deployment workflow file for dev-env (#1095) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * update test deployment workflow (#1096) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * Remove the auto deployment feature on test-env (#1098) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * remove tags for dev&test deployments (#1099) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * update the deployment workflow file for dev&test * update the deployment workflow file for dev&test (#1100) * update the format/sonar/test workflow configurations * update the deployment workflow file for dev-env * update test deployment workflow * remove the auto deployment feture on test-env * remove tags for dev&test deployments * update the deployment workflow file for dev&test * update README for deployment * update the manual trigger on dev&test deployment files * update the manual trigger on dev&test deployment files (#1102) * update format('{0}~1', github.sha) to 'HEAD^' * update format('{0}~1', github.sha) to 'HEAD^' (#1103) * update the manual trigger on dev&test deployment files * update format('{0}~1', github.sha) to 'HEAD^' * add step to get previous commit * fix the issue getting the previous commit info
…mapping (#1107) * initial work on the script, adding the core script and the make commands accordingly * updating git ignore and extraction path * updating comments and adding dir generation function * updating comments * initial work on the script, adding the core script and the make commands accordingly * updating git ignore and extraction path * updating comments and adding dir generation function * updating comments * removing duplicate command from rebasing * updating naming scheme to specifically target business_bceid
…mapping (#1107) (#1109) * initial work on the script, adding the core script and the make commands accordingly * updating git ignore and extraction path * updating comments and adding dir generation function * updating comments * initial work on the script, adding the core script and the make commands accordingly * updating git ignore and extraction path * updating comments and adding dir generation function * updating comments * removing duplicate command from rebasing * updating naming scheme to specifically target business_bceid
|
MaelCormier-CGI
approved these changes
Jun 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR includes the following updates:
New Branches Added:
dev-env and test-env branches have been introduced.
Updated GitHub Actions Behavior:
Format Check
Trigger: Runs on PRs that are opened, synchronized, or reopened to any branch.
Analysis: Evaluates the current feature branch without comparing against any other branch.
Sonar Check
PR Check: Runs on PRs opened, synchronized, or reopened to any branch. Compares the current feature branch against the target branch (e.g., dev-env).
Push Check: Runs on direct pushes to master, dev-env, and test-env branches. Analyzes the target branch directly.
Cypress/Jest Tests
Tag Trigger: Runs when a Git tag named cypress is pushed, analyzing the current feature branch.
PR Trigger: Also runs on PRs opened, synchronized, or reopened to master, dev-env, or test-env only, analyzing the current feature branch.
Development Environment Deployment can be triggered in the following ways:
By creating and merging a PR into the dev-env branch.
Manually triggering the “OpenShift Deploy/Promotion to Dev” workflow from GitHub Actions.
Using the Makefile command for quick, PR-free deployment.
Test Environment Deployment can only be triggered manually from the GitHub Actions tab by clicking the “Run workflow” button. This is required as test deployments depend on RFCs/approvals.
Updated to reflect changes based on the revised query.