-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-superset-tests
- Loading branch information
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.