mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 15:57:38 +08:00
[bitnami/thanos] Revisit tests (#14343)
* [bitnami/thanos] Revisit tests Signed-off-by: FraPazGal <fdepaz@vmware.com> * Use localhost as placeholder Signed-off-by: FraPazGal <fdepaz@vmware.com> * Rename spec file Signed-off-by: FraPazGal <fdepaz@vmware.com> * Remove thanos extra ci-pipeline Signed-off-by: FraPazGal <fdepaz@vmware.com> Signed-off-by: FraPazGal <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
f64c2ccfb1
commit
b055f10692
36
.github/workflows/ci-pipeline-extra-thanos.yml
vendored
36
.github/workflows/ci-pipeline-extra-thanos.yml
vendored
@@ -1,36 +0,0 @@
|
||||
# Multiple deployments pipelines are custom per asset. All single deployments pipelines are handled by ci-pipeline.yaml
|
||||
name: '[CI/CD] CI Pipeline extra Thanos'
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request_target:
|
||||
types:
|
||||
- reopened
|
||||
- synchronize
|
||||
- labeled
|
||||
branches:
|
||||
- main
|
||||
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:
|
||||
# Given performance issues of the action feature on GH's side, we need to be very restrictive in the job's triggers:
|
||||
# -> The pipeline was triggered due to a label addition and said label was the 'verify' one OR
|
||||
# -> The pipeline was NOT triggered due to a label addition but the PR already contains the 'verify' one
|
||||
if: |
|
||||
github.event.action == 'labeled' && github.event.label.name == 'verify' ||
|
||||
github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'verify')
|
||||
runs-on: ubuntu-latest
|
||||
name: Verify BucketWeb on Tanzu Kubernetes Grid
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
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-verify.json
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }}
|
||||
Reference in New Issue
Block a user