You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2024/03/08 18:42:41 UTC

(beam) branch disablegradlecache updated (3d40ca15427 -> bbc80b1ddde)

This is an automated email from the ASF dual-hosted git repository.

yhu pushed a change to branch disablegradlecache
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 3d40ca15427 Test disable gradle cache
     new dfcbb208a10 Disable GHA cache
     new bbc80b1ddde only run xvr sql

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3d40ca15427)
            \
             N -- N -- N   refs/heads/disablegradlecache (bbc80b1ddde)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/beam_PostCommit_XVR_Direct.yml                    | 3 ++-
 .../workflows/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.yml   | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)


(beam) 01/02: Disable GHA cache

Posted by yh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch disablegradlecache
in repository https://gitbox.apache.org/repos/asf/beam.git

commit dfcbb208a106298d8e38ddb0bce63a8bc1aa064f
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Mar 8 13:41:12 2024 -0500

    Disable GHA cache
---
 .github/actions/setup-environment-action/action.yml | 2 +-
 .github/workflows/beam_PostCommit_XVR_Direct.yml    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/actions/setup-environment-action/action.yml b/.github/actions/setup-environment-action/action.yml
index 5c6151ca6e1..0924481a8b9 100644
--- a/.github/actions/setup-environment-action/action.yml
+++ b/.github/actions/setup-environment-action/action.yml
@@ -52,7 +52,7 @@ runs:
     - name: Setup Gradle
       uses: gradle/gradle-build-action@v2
       with:
-        cache-read-only: ${{ inputs.disable-cache }}
+        cache-disabled: ${{ inputs.disable-cache }}
     - name: Install Go
       if: ${{ inputs.go-version != '' }}
       uses: actions/setup-go@v3
diff --git a/.github/workflows/beam_PostCommit_XVR_Direct.yml b/.github/workflows/beam_PostCommit_XVR_Direct.yml
index de1b995bc64..b23ca8815b6 100644
--- a/.github/workflows/beam_PostCommit_XVR_Direct.yml
+++ b/.github/workflows/beam_PostCommit_XVR_Direct.yml
@@ -77,6 +77,7 @@ jobs:
           python-version: |
             3.8
             3.11
+          disable-cache: true
       - name: run PostCommit XVR Direct script
         env:
           CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}


(beam) 02/02: only run xvr sql

Posted by yh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch disablegradlecache
in repository https://gitbox.apache.org/repos/asf/beam.git

commit bbc80b1ddded6cd00c41642d4da0b1f4b129db87
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Mar 8 13:42:26 2024 -0500

    only run xvr sql
---
 .github/workflows/beam_PostCommit_XVR_Direct.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PostCommit_XVR_Direct.yml b/.github/workflows/beam_PostCommit_XVR_Direct.yml
index b23ca8815b6..13b48ca9cd8 100644
--- a/.github/workflows/beam_PostCommit_XVR_Direct.yml
+++ b/.github/workflows/beam_PostCommit_XVR_Direct.yml
@@ -94,7 +94,7 @@ jobs:
         if: ${{ matrix.python_version == '3.8' }}
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
-          gradle-command: :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunner
+          gradle-command: :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingSql
           arguments: |
             -PpythonVersion=${{ matrix.python_version }} \
             -PskipNonPythonTask=false \