mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/*] Fixing the inconsistencies (#9759)
* Fixing the inconsistencies Signed-off-by: alukic <alukic@vmware.com> * Fixed environment variable name Signed-off-by: alukic <alukic@vmware.com> * Changed variable name for PhpMyAdmin Signed-off-by: alukic <alukic@vmware.com> * Removed unused references to matrix platform Signed-off-by: alukic <alukic@vmware.com> * Apply review suggestion Signed-off-by: alukic <alukic@vmware.com> * Change variable names Signed-off-by: alukic <alukic@vmware.com> * Space Signed-off-by: alukic <alukic@vmware.com> * Fix the space miniO Signed-off-by: alukic <alukic@vmware.com> * Missing space solR workflow Signed-off-by: alukic <alukic@vmware.com> * Naming convention Signed-off-by: alukic <alukic@vmware.com> * Fixing the inconsistencies Signed-off-by: alukic <alukic@vmware.com> * Fixed environment variable name Signed-off-by: alukic <alukic@vmware.com> * Changed variable name for PhpMyAdmin Signed-off-by: alukic <alukic@vmware.com> * Removed unused references to matrix platform Signed-off-by: alukic <alukic@vmware.com> * Apply review suggestion Signed-off-by: alukic <alukic@vmware.com> * Change variable names Signed-off-by: alukic <alukic@vmware.com> * Space Signed-off-by: alukic <alukic@vmware.com> * Fix the space miniO Signed-off-by: alukic <alukic@vmware.com> * Missing space solR workflow Signed-off-by: alukic <alukic@vmware.com> * Naming convention Signed-off-by: alukic <alukic@vmware.com>
This commit is contained in:
18
.github/workflows/vib-airflow.yaml
vendored
18
.github/workflows/vib-airflow.yaml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: Airflow on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: airflow/vib-platform-verify.json
|
||||
pipeline: airflow/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
18
.github/workflows/vib-grafana.yml
vendored
18
.github/workflows/vib-grafana.yml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: Grafana on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: grafana/vib-platform-verify.json
|
||||
pipeline: grafana/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
16
.github/workflows/vib-harbor.yml
vendored
16
.github/workflows/vib-harbor.yml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: Harbor on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: harbor/vib-platform-verify.json
|
||||
pipeline: harbor/vib-complete-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
18
.github/workflows/vib-kibana.yaml
vendored
18
.github/workflows/vib-kibana.yaml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: Kibana on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: kibana/vib-platform-verify.json
|
||||
pipeline: kibana/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
18
.github/workflows/vib-minio.yaml
vendored
18
.github/workflows/vib-minio.yaml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: MiniO on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${ {github.event.pull_request.head.ref}}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: minio/vib-platform-verify.json
|
||||
pipeline: minio/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
18
.github/workflows/vib-phpmyadmin.yaml
vendored
18
.github/workflows/vib-phpmyadmin.yaml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: PhpMyAdmin on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: phpmyadmin/vib-platform-verify.json
|
||||
pipeline: phpmyadmin/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
36
.github/workflows/vib-redis.yaml
vendored
36
.github/workflows/vib-redis.yaml
vendored
@@ -10,47 +10,47 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-verify-standalone: # verify in GKE
|
||||
vib-verify-standalone:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
name: Redis Standalone
|
||||
name: Redis Standalone on Tanzu Kubernetes Grid
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: redis/standalone/vib-platform-verify.json
|
||||
pipeline: redis/standalone/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
VIB_ENV_TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
|
||||
vib-verify-sentinel: # verify in AKS
|
||||
vib-verify-sentinel:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
name: Redis Sentinel
|
||||
name: Redis Sentinel on Tanzu Kubernetes Grid
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: redis/sentinel/vib-platform-verify.json
|
||||
pipeline: redis/sentinel/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
VIB_ENV_TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
|
||||
vib-verify-replica: # verify in TKG
|
||||
vib-verify-replica:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
name: Redis Replica
|
||||
name: Redis Replica on Tanzu Kubernetes Grid
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: redis/replicas/vib-platform-verify.json
|
||||
pipeline: redis/replicas/vib-complete-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
VIB_ENV_TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
|
||||
18
.github/workflows/vib-solr.yaml
vendored
18
.github/workflows/vib-solr.yaml
vendored
@@ -10,27 +10,23 @@ env:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: SolR on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: solr/vib-platform-verify.json
|
||||
pipeline: solr/vib-complete-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
|
||||
36
.github/workflows/vib-thanos-queryfrontend.yaml
vendored
36
.github/workflows/vib-thanos-queryfrontend.yaml
vendored
@@ -1,36 +0,0 @@
|
||||
name: 'vib'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'bitnami/thanos/*'
|
||||
env:
|
||||
CSP_API_URL: https://console.cloud.vmware.com
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: thanos/queryfrontend/vib-platform-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
41
.github/workflows/vib-thanos.yaml
vendored
Normal file
41
.github/workflows/vib-thanos.yaml
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
name: 'vib'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'bitnami/thanos/*'
|
||||
env:
|
||||
CSP_API_URL: https://console.cloud.vmware.com
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-verify-bucketweb:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
name: BucketWeb on Tanzu Kubernetes Grid
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: thanos/bucketweb/vib-complete-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
|
||||
vib-verify-queryfrontend:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
name: QueryFrontend on Tanzu Kubernetes Grid
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: thanos/queryfrontend/vib-complete-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
@@ -4,33 +4,29 @@ on: # rebuild any PRs and main branch changes
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'bitnami/thanos/*'
|
||||
- 'bitnami/wordpress/*'
|
||||
env:
|
||||
CSP_API_URL: https://console.cloud.vmware.com
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
- target-platform: Tanzu Kubernetes Grid
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
name: WordPress on ${{ matrix.target-platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: thanos/bucketweb/vib-platform-verify.json
|
||||
pipeline: wordpress/vib-complete-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
36
.github/workflows/vib.yaml
vendored
36
.github/workflows/vib.yaml
vendored
@@ -1,36 +0,0 @@
|
||||
name: 'vib'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'bitnami/wordpress/*'
|
||||
env:
|
||||
CSP_API_URL: https://console.cloud.vmware.com
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||
jobs:
|
||||
vib-k8s-verify: # verify in multiple target platforms
|
||||
runs-on: ubuntu-latest
|
||||
environment: vmware-image-builder
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target-platform: gke
|
||||
target-platform-id: 91d398a2-25c4-4cda-8732-75a3cfc179a1
|
||||
- target-platform: aks
|
||||
target-platform-id: 7b13a7bb-011c-474f-ad71-8152fc321b9e
|
||||
- target-platform: tkg
|
||||
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
|
||||
fail-fast: false
|
||||
name: K8s verify ${{ matrix.target-platform}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: vib-platform-verify.json
|
||||
env:
|
||||
TARGET_PLATFORM: ${{ matrix.target-platform-id }}
|
||||
Reference in New Issue
Block a user