Skip to content

Commit

Permalink
removes bazel-cache for php, only runs conformance tests for php
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Apr 24, 2024
1 parent 9d1117f commit c30866f
Show file tree
Hide file tree
Showing 10 changed files with 215 additions and 215 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_bazel.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Bazel Tests

on:
workflow_call:
inputs:
safe-checkout:
required: true
description: "The SHA key for the commit we want to run over"
type: string
on: []
# workflow_call:
# inputs:
# safe-checkout:
# required: true
# description: "The SHA key for the commit we want to run over"
# type: string

permissions:
contents: read
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: C++ Tests

on:
workflow_call:
inputs:
safe-checkout:
required: true
description: "The SHA key for the commit we want to run over"
type: string
on: []
# workflow_call:
# inputs:
# safe-checkout:
# required: true
# description: "The SHA key for the commit we want to run over"
# type: string

permissions:
contents: read
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
uses: protocolbuffers/protobuf-ci/bash@v3
with:
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
command: cmake . ${{ matrix.flags }} ${{ env.SCCACHE_CMAKE_FLAGS }} -Dprotobuf_ALLOW_CCACHE=ON
command: cmake . ${{ matrix.flags }} ${{ env.SCCACHE_CMAKE_FLAGS }} -Dprotobuf_ALLOW_CCACHE=ON

- name: Build
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test_csharp.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: C# Tests

on:
workflow_call:
inputs:
safe-checkout:
required: true
description: "The SHA key for the commit we want to run over"
type: string
on: []
# workflow_call:
# inputs:
# safe-checkout:
# required: true
# description: "The SHA key for the commit we want to run over"
# type: string

permissions:
contents: read
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test_java.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Java Tests

on:
workflow_call:
inputs:
safe-checkout:
required: true
description: "The SHA key for the commit we want to run over"
type: string
on: []
# workflow_call:
# inputs:
# safe-checkout:
# required: true
# description: "The SHA key for the commit we want to run over"
# type: string

permissions:
contents: read
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# # TODO: b/318555165 - enable the layering check. Currently it does
# # not work correctly with the toolchain in this Docker image.
# bazel: test --test_output=all //java:linkage_monitor --spawn_strategy=standalone --features=-layering_check

protobuf-bom:
name: Protobuf Maven BOM
runs-on: ubuntu-latest
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test_objectivec.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Objective-C Tests

on:
workflow_call:
inputs:
safe-checkout:
required: true
description: "The SHA key for the commit we want to run over"
type: string
on: []
# workflow_call:
# inputs:
# safe-checkout:
# required: true
# description: "The SHA key for the commit we want to run over"
# type: string

permissions:
contents: read
Expand Down
Loading

0 comments on commit c30866f

Please sign in to comment.