This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new a832ed5 [Build] Run PR builds for merge commit (#2690)
a832ed5 is described below
commit a832ed5026fe5c556861a55a6f2a7768630fb36d
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 22 01:38:29 2021 +0300
[Build] Run PR builds for merge commit (#2690)
- instead of running the build for PR branch HEAD commit,
run the commit for GitHub provided merge_commit_sha
---
.github/workflows/bookie-tests.yml | 3 ---
.github/workflows/client-tests.yml | 3 ---
.github/workflows/compatibility-check-java11.yml | 3 ---
.github/workflows/compatibility-check-java8.yml | 3 ---
.github/workflows/integration-tests.yml | 3 ---
.github/workflows/pr-validation.yml | 3 ---
.github/workflows/remaining-tests.yml | 3 ---
.github/workflows/replication-tests.yml | 3 ---
.github/workflows/stream-tests.yml | 3 ---
.github/workflows/tls-tests.yml | 3 ---
10 files changed, 30 deletions(-)
diff --git a/.github/workflows/bookie-tests.yml
b/.github/workflows/bookie-tests.yml
index 88789d7..394a67b 100644
--- a/.github/workflows/bookie-tests.yml
+++ b/.github/workflows/bookie-tests.yml
@@ -41,9 +41,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/client-tests.yml
b/.github/workflows/client-tests.yml
index fe7892f..f957d01 100644
--- a/.github/workflows/client-tests.yml
+++ b/.github/workflows/client-tests.yml
@@ -41,9 +41,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/compatibility-check-java11.yml
b/.github/workflows/compatibility-check-java11.yml
index 18bfacb..4a49a9a 100644
--- a/.github/workflows/compatibility-check-java11.yml
+++ b/.github/workflows/compatibility-check-java11.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/compatibility-check-java8.yml
b/.github/workflows/compatibility-check-java8.yml
index 4e549a1..fda71a5 100644
--- a/.github/workflows/compatibility-check-java8.yml
+++ b/.github/workflows/compatibility-check-java8.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index 28eec3d..97a3c82 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index 3979edb..edcebaa 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/remaining-tests.yml
b/.github/workflows/remaining-tests.yml
index 3c945f2..6176aa4 100644
--- a/.github/workflows/remaining-tests.yml
+++ b/.github/workflows/remaining-tests.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/replication-tests.yml
b/.github/workflows/replication-tests.yml
index 2a35afb..8dd6ea6 100644
--- a/.github/workflows/replication-tests.yml
+++ b/.github/workflows/replication-tests.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/stream-tests.yml
b/.github/workflows/stream-tests.yml
index 4838155..ca4a707 100644
--- a/.github/workflows/stream-tests.yml
+++ b/.github/workflows/stream-tests.yml
@@ -39,9 +39,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
diff --git a/.github/workflows/tls-tests.yml b/.github/workflows/tls-tests.yml
index 8c1cf07..45748c2 100644
--- a/.github/workflows/tls-tests.yml
+++ b/.github/workflows/tls-tests.yml
@@ -40,9 +40,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- with:
- fetch-depth: 0
- ref: ${{ github.event.pull_request.head.sha }}
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm