Skip to content

Commit

Permalink
Merge branch 'main' into add-superset-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
migruiz4 committed Jan 13, 2025
2 parents a281e83 + 9289bcb commit 043f89c
Show file tree
Hide file tree
Showing 5,991 changed files with 68,675 additions and 420,353 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
pull-requests: write
needs: get-containers
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
name: Checkout Repository
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:
needs.get-containers.outputs.result == 'ok' &&
github.event.pull_request.user.login != 'bitnami-bot'
name: VIB Verify
permissions:
permissions:
contents: read
env:
CSP_API_URL: https://console.cloud.vmware.com
CSP_API_URL: https://console.tanzu.broadcom.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
continue-on-error: false
Expand All @@ -102,7 +102,7 @@ jobs:
matrix:
container: ${{ fromJSON(needs.get-containers.outputs.containers) }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
name: Checkout Repository
with:
# Full history is not required anymore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install mardownlint
run: npm install -g [email protected]
- name: Checkout project
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Execute markdownlint
env:
DIFF_URL: "${{github.event.pull_request.diff_url}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
jq -n --arg issue '${{ github.event.pull_request.number }}' --arg state '${{ github.event.review != null && github.event.review.state || '' }}' '{"issue": {"number": $issue }, "review": { "state": $state }}' > pull_request_info.json
- name: Upload the PR info
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: pull_request_info.json
path: ./pull_request_info.json
47 changes: 47 additions & 0 deletions .github/workflows/vib-action-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: '[TEST] Check [email protected]'
on: # rebuild any PRs and main branch changes
workflow_dispatch:
permissions: {}
jobs:
vib-verify:
runs-on: ubuntu-latest
name: VIB Verify
permissions:
contents: read
env:
CSP_API_URL: https://console.tanzu.broadcom.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
name: Checkout Repository
with:
# Full history is not required anymore
fetch-depth: 1
- uses: vmware-labs/vmware-image-builder-action@artifact-actions-v4
name: Verify
with:
pipeline: pgpool/vib-verify.json
env:
# Path with docker resources
VIB_ENV_PATH: bitnami/pgpool/4/debian-12
# Container name
VIB_ENV_CONTAINER: pgpool
VIB_ENV_TAG: 4-rc.69158
check-artifacts:
# Ensure all containers passed the verification
runs-on: ubuntu-latest
name: Check VIB report
needs:
- vib-verify
steps:
- id: download
name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ~/artifacts
- id: get-report
name: Get report
run: |
vib_report_file=$(find ~/artifacts -name "report.json" -print -quit)
cat "$vib_report_file"
11 changes: 0 additions & 11 deletions .vib/airflow-exporter/goss/airflow-exporter.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .vib/airflow-exporter/goss/goss.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .vib/airflow-exporter/goss/vars.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions .vib/airflow-exporter/vib-verify.json

This file was deleted.

21 changes: 0 additions & 21 deletions .vib/airflow-scheduler/goss/airflow-scheduler.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .vib/airflow-scheduler/goss/goss.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .vib/airflow-scheduler/goss/vars.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions .vib/airflow-scheduler/vib-verify.json

This file was deleted.

21 changes: 0 additions & 21 deletions .vib/airflow-worker/goss/airflow-worker.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .vib/airflow-worker/goss/goss.yaml

This file was deleted.

Loading

0 comments on commit 043f89c

Please sign in to comment.