mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-27 10:35:58 +00:00
ci(checkout): selectively merge master with pr branch (#14307)
This commit is contained in:
parent
a80976dbe0
commit
79e7d75737
2
.github/workflows/airflow-plugin.yml
vendored
2
.github/workflows/airflow-plugin.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
8
.github/workflows/build-and-test.yml
vendored
8
.github/workflows/build-and-test.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
elasticsearch_setup_change: ${{ steps.ci-optimize.outputs.elasticsearch-setup-change == 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: ./.github/actions/ci-optimization
|
||||
id: ci-optimize
|
||||
|
||||
@ -70,7 +70,9 @@ jobs:
|
||||
with:
|
||||
timezoneLinux: ${{ matrix.timezone }}
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
@ -207,7 +209,7 @@ jobs:
|
||||
if: ${{ needs.setup.outputs.docker_change == 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
2
.github/workflows/check-datahub-jars.yml
vendored
2
.github/workflows/check-datahub-jars.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
command: ["datahub-client", "datahub-protobuf", "spark-lineage"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
2
.github/workflows/code-checks.yml
vendored
2
.github/workflows/code-checks.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
2
.github/workflows/dagster-plugin.yml
vendored
2
.github/workflows/dagster-plugin.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
4
.github/workflows/docker-ingestion-smoke.yml
vendored
4
.github/workflows/docker-ingestion-smoke.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
python_release_version: ${{ steps.python_release_version.outputs.release_version }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- name: Compute Tag
|
||||
id: tag
|
||||
env:
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
if: ${{ needs.setup.outputs.publish == 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- name: Build and push
|
||||
uses: ./.github/actions/docker-custom-build-and-push
|
||||
with:
|
||||
|
14
.github/workflows/docker-unified.yml
vendored
14
.github/workflows/docker-unified.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
yarn_cache_key_prefix: ${{ steps.yarn-cache-key.outputs.yarn_cache_key_prefix }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- name: Compute Tag
|
||||
id: tag
|
||||
env:
|
||||
@ -176,7 +176,7 @@ jobs:
|
||||
if: ${{ needs.setup.outputs.smoke_test_change == 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
@ -241,7 +241,9 @@ jobs:
|
||||
uses: depot/setup-action@v1
|
||||
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
@ -303,7 +305,7 @@ jobs:
|
||||
matrix: ${{ fromJson(needs.base_build.outputs.matrix) }}
|
||||
steps:
|
||||
- name: Checkout # adding checkout step just to make trivy upload happy
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- id: download_image
|
||||
name: Download images from depot
|
||||
if: ${{ needs.setup.outputs.use_depot_cache == 'true' }}
|
||||
@ -418,7 +420,9 @@ jobs:
|
||||
${{ needs.setup.outputs.yarn_cache_key_prefix }}
|
||||
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
|
||||
- name: Set up Depot CLI
|
||||
if: ${{ needs.setup.outputs.use_depot_cache == 'true' }}
|
||||
|
2
.github/workflows/github-actions-format.yml
vendored
2
.github/workflows/github-actions-format.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
2
.github/workflows/gx-plugin.yml
vendored
2
.github/workflows/gx-plugin.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
2
.github/workflows/lint-actions.yml
vendored
2
.github/workflows/lint-actions.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
actionlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: reviewdog/action-actionlint@v1
|
||||
with:
|
||||
reporter: github-pr-review
|
||||
|
2
.github/workflows/markdown-format.yml
vendored
2
.github/workflows/markdown-format.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
4
.github/workflows/metadata-ingestion.yml
vendored
4
.github/workflows/metadata-ingestion.yml
vendored
@ -65,7 +65,9 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
8
.github/workflows/metadata-io.yml
vendored
8
.github/workflows/metadata-io.yml
vendored
@ -46,7 +46,9 @@ jobs:
|
||||
elasticsearch_setup_change: ${{ steps.ci-optimize.outputs.elasticsearch-setup-change == 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
- uses: ./.github/actions/ci-optimization
|
||||
id: ci-optimize
|
||||
build:
|
||||
@ -61,7 +63,9 @@ jobs:
|
||||
sudo docker image prune -a -f || true
|
||||
- name: Disk Check
|
||||
run: df -h . && docker images
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
4
.github/workflows/metadata-model.yml
vendored
4
.github/workflows/metadata-model.yml
vendored
@ -33,7 +33,9 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
with:
|
||||
checkout-head-only: false
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
2
.github/workflows/prefect-plugin.yml
vendored
2
.github/workflows/prefect-plugin.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
6
.github/workflows/publish-datahub-jars.yml
vendored
6
.github/workflows/publish-datahub-jars.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
tag: ${{ steps.tag.outputs.tag }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- name: Compute Tag
|
||||
id: tag
|
||||
env:
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
needs: ["check-secret", "setup"]
|
||||
if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }}
|
||||
steps:
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
@ -212,7 +212,7 @@ jobs:
|
||||
needs: ["check-secret", "setup", "publish"]
|
||||
if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }}
|
||||
steps:
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
2
.github/workflows/python-build-pages.yml
vendored
2
.github/workflows/python-build-pages.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
distribution: "zulu"
|
||||
java-version: 17
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
4
.github/workflows/react-cloudflare-pages.yml
vendored
4
.github/workflows/react-cloudflare-pages.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
frontend_change: ${{ steps.ci-optimize.outputs.frontend-change == 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: ./.github/actions/ci-optimization
|
||||
id: ci-optimize
|
||||
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
if: ${{ github.event.pull_request.head.repo.fork != 'true' }}
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
2
.github/workflows/spark-smoke-test.yml
vendored
2
.github/workflows/spark-smoke-test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
spark-smoke-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: acryldata/sane-checkout-action@v3
|
||||
- uses: acryldata/sane-checkout-action@v4
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
2
.github/workflows/yaml-format.yml
vendored
2
.github/workflows/yaml-format.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: acryldata/sane-checkout-action@v3
|
||||
uses: acryldata/sane-checkout-action@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
@ -782,7 +782,8 @@ public class PropertiesCollectorConfigurationTest extends AbstractTestNGSpringCo
|
||||
|
||||
// Gradle and test-specific properties
|
||||
"org.gradle.internal.worker.tmpdir",
|
||||
"org.springframework.boot.test.context.SpringBootTestContextBootstrapper"
|
||||
"org.springframework.boot.test.context.SpringBootTestContextBootstrapper",
|
||||
"datahub.policies.systemPolicyUrnList"
|
||||
|
||||
// TODO: Add more properties as they are discovered during testing
|
||||
// When this test fails due to unclassified properties, add them to
|
||||
|
Loading…
x
Reference in New Issue
Block a user