mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
WIFI-13871: CGW deployment (#956)
* WIFI-13871 CGW deploy testing Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com> * WIFI-13871 CGW deploy testing Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com> --------- Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com> Co-authored-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
This commit is contained in:
2
.github/workflows/cgw-dev-deployment.yaml
vendored
2
.github/workflows/cgw-dev-deployment.yaml
vendored
@@ -20,6 +20,7 @@ env:
|
|||||||
testbeds: '[
|
testbeds: '[
|
||||||
{
|
{
|
||||||
"namespace": "cgw01",
|
"namespace": "cgw01",
|
||||||
|
"chart_version": "next",
|
||||||
"cgw_version": "main",
|
"cgw_version": "main",
|
||||||
"just_component": "false"
|
"just_component": "false"
|
||||||
}
|
}
|
||||||
@@ -69,7 +70,6 @@ jobs:
|
|||||||
matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }}
|
matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }}
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repo with Helm values
|
- name: Checkout repo with Helm values
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user