generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): actions moved to bcgov org
- Loading branch information
1 parent
5c3e341
commit 3215888
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,13 @@ jobs: | |
steps: | ||
# Check triggers (omitted or matched) | ||
- name: Check core triggers | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
id: check_core | ||
with: | ||
triggers: ('backend/' 'common/' 'database/' 'frontend/' 'oracle-api/') | ||
|
||
- name: Check sync triggers | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
id: check_sync | ||
with: | ||
triggers: ('common/' 'sync/') | ||
|
@@ -70,7 +70,7 @@ jobs: | |
- name: OpenShift Init | ||
if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true' | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -92,7 +92,7 @@ jobs: | |
|
||
- name: Database | ||
if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true' | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -140,7 +140,7 @@ jobs: | |
verification_path: "actuator/health" | ||
|
||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
id: deploys | ||
with: | ||
file: ${{ matrix.file }} | ||
|
@@ -167,7 +167,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Deploy (sync) | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
file: sync/openshift.deploy.yml | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
# Check triggers (omitted or matched) | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
id: triggers | ||
with: | ||
triggers: ${{ inputs.triggers }} | ||
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
- name: Run Cypress CI | ||
if: steps.triggers.outputs.triggered == 'true' | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
node_version: "18" | ||
commands: | | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
name: Typescript lint | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
commands: | | ||
npm ci | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- dir: oracle-api | ||
token: SONAR_ORACLE_API | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests | ||
dir: ${{ matrix.dir }} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
# Get PR number for squash merges to main | ||
- id: pr | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
|
||
deploys-test: | ||
name: TEST Deploys (${{ needs.init.outputs.pr }}) | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
matrix: | ||
package: [backend, frontend, oracle-api, sync] | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
id: build | ||
with: | ||
build_args: | | ||
|