Skip to content

Commit f2af230

Browse files
authored
Merge branch 'main' into feat/connect-client-jupyterlab
2 parents 8f12583 + 286c587 commit f2af230

27 files changed

+34
-4
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
## Definition of Done Checklist
66

7-
- Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
8-
- Please make sure all these things are done and tick the boxes
7+
> [!NOTE]
8+
> Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.
9+
10+
Please make sure all these things are done and tick the boxes
911

1012
- [ ] Changes are OpenShift compatible
1113
- [ ] All added packages (via microdnf or otherwise) have a comment on why they are added

.github/workflows/build_airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
with:
3131
product-name: airflow
3232
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
33+
registry-namespace: sdp

.github/workflows/build_druid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
product-name: druid
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35+
registry-namespace: sdp

.github/workflows/build_hadoop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
product-name: hadoop
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35+
registry-namespace: sdp

.github/workflows/build_hbase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
with:
3434
product-name: hbase
3535
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
36+
registry-namespace: sdp

.github/workflows/build_hello-world.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
product-name: hello-world
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31+
registry-namespace: sdp

.github/workflows/build_hive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
with:
3434
product-name: hive
3535
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
36+
registry-namespace: sdp

.github/workflows/build_java-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
product-name: java-base
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31+
registry-namespace: sdp

.github/workflows/build_java-devel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
product-name: java-devel
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31+
registry-namespace: sdp

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
product-name: kafka-testing-tools
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35+
registry-namespace: sdp

0 commit comments

Comments
 (0)