Skip to content

Commit c25aada

Browse files
committed
chore: trigger all build-and-deploy workflows with octopus release enabled
1 parent d9ecfa3 commit c25aada

11 files changed

Lines changed: 21 additions & 5 deletions

File tree

.github/workflows/Build-and-deploy-elasticsearch.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- alpha-trigger/**
67
paths:
78
- "cdc-sandbox/elasticsearch/**"
89

@@ -12,10 +13,11 @@ jobs:
1213
id-token: write
1314
contents: read
1415
security-events: write
15-
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-other-microservice-container.yaml@main
16+
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-other-microservice-container.yaml@cm/fix
1617
with:
1718
microservice_name: nbs7-elasticsearch
1819
dockerfile_relative_path: ./cdc-sandbox/elasticsearch
1920
environment_classifier: SNAPSHOT
21+
create_octopus_release: true
2022
secrets:
2123
NBS_ACCOUNTID: ${{secrets.NBS_ACCOUNTID}}

.github/workflows/Build-and-deploy-modernization-api.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- alpha-trigger/**
67
paths:
78
- "!libs/testing/**"
89
- "apps/modernization-api/**"
@@ -30,11 +31,12 @@ jobs:
3031
security-events: write
3132
name: Build Container
3233
needs: sonar_scan
33-
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-gradle-microservice-container.yaml@main
34+
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-gradle-microservice-container.yaml@cm/fix
3435
with:
3536
microservice_name: nbs7-modernization-api
3637
dockerfile_relative_path: -f ./apps/modernization-api/Dockerfile .
3738
environment_classifier: SNAPSHOT
3839
java_version: "21"
40+
create_octopus_release: true
3941
secrets:
4042
NBS_ACCOUNTID: ${{secrets.NBS_ACCOUNTID}}

.github/workflows/Build-and-deploy-nbs-gateway.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- alpha-trigger/**
67
paths:
78
- "apps/nbs-gateway/**"
89
- "gradle/libs.versions.toml"
@@ -13,11 +14,12 @@ jobs:
1314
id-token: write
1415
contents: read
1516
security-events: write
16-
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-gradle-microservice-container.yaml@main
17+
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-gradle-microservice-container.yaml@cm/fix
1718
with:
1819
microservice_name: nbs7-nbs-gateway
1920
dockerfile_relative_path: -f ./apps/nbs-gateway/Dockerfile .
2021
environment_classifier: SNAPSHOT
2122
java_version: "17"
23+
create_octopus_release: true
2224
secrets:
2325
NBS_ACCOUNTID: ${{secrets.NBS_ACCOUNTID}}

.github/workflows/Build-and-deploy-nifi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- alpha-trigger/**
67
paths:
78
- "cdc-sandbox/nifi/**"
89

@@ -12,10 +13,11 @@ jobs:
1213
id-token: write
1314
contents: read
1415
security-events: write
15-
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-other-microservice-container.yaml@main
16+
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-other-microservice-container.yaml@cm/fix
1617
with:
1718
microservice_name: nbs7-nifi
1819
dockerfile_relative_path: ./cdc-sandbox/nifi
1920
environment_classifier: SNAPSHOT
21+
create_octopus_release: true
2022
secrets:
2123
NBS_ACCOUNTID: ${{secrets.NBS_ACCOUNTID}}

.github/workflows/Build-and-deploy-page-builder-api.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- alpha-trigger/**
67
paths:
78
- "apps/question-bank/**"
89
- "libs/authentication/**"
@@ -34,11 +35,12 @@ jobs:
3435
security-events: write
3536
name: Build Container
3637
needs: sonar_scan
37-
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-gradle-microservice-container.yaml@main
38+
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-gradle-microservice-container.yaml@cm/fix
3839
with:
3940
microservice_name: nbs7-page-builder-api
4041
# NOTE CHANGE THIS IF FOLDER RENAME
4142
dockerfile_relative_path: -f ./apps/question-bank/Dockerfile .
4243
environment_classifier: SNAPSHOT
44+
create_octopus_release: true
4345
secrets:
4446
NBS_ACCOUNTID: ${{secrets.NBS_ACCOUNTID}}

apps/modernization-api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,4 @@ multipart form-data that easily hit the default `max-part-count` of Tomcat. A th
205205
accommodate Page Builder templates with large number of questions. Due to the customizability of Page Builder templates
206206
this limit may not be sufficient in some deployments. The `max-part-count` can be overridden using the
207207
`SERVER_TOMCAT_MAX_PART_COUNT` environment variable.
208+

apps/nbs-gateway/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@ enabling the `oidc` profile. The profile requires a specific set of configuratio
145145
| nbs.security.oidc.uri | `${nbs.security.oidc.protocol}://${nbs.security.oidc.host}${nbs.security.oidc.base}` | The URI for the OIDC issuer |
146146
| nbs.security.oidc.client.id | | The client id used to initiate Authentication |
147147
| nbs.security.oidc.client.secret | | The client secret used to initiate Authentication |
148+

apps/question-bank/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ the NBS `Auth_User` table.
7878
| nbs.security.oidc.host | | The hostname of the OIDC compatible Identity Provider |
7979
| nbs.security.oidc.base | `/realms/nbs-users` | The path to the OIDC endpoints |
8080
| nbs.security.oidc.uri | `${nbs.security.oidc.protocol}://${nbs.security.oidc.host}${nbs.security.oidc.base}` | The URI for the OIDC issuer |
81+

cdc-sandbox/elasticsearch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ENV xpack.security.enabled=false
66
ENV discovery.type=single-node
77

88
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install analysis-phonetic
9+

cdc-sandbox/nifi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
5. Copy the `flow.xml.gz` in the `/opt/nifi/nifi-current/conf` folder of the docker container into `cdc-sanbox/nifi/nifi_conf/conf/`
1010
6. Commit changes
1111
7. Create PR
12+

0 commit comments

Comments
 (0)