diff --git a/.github/workflows/system-tests-bigtable-emulator.yaml b/.github/workflows/emulator-system-tests-bigtable.yaml similarity index 86% rename from .github/workflows/system-tests-bigtable-emulator.yaml rename to .github/workflows/emulator-system-tests-bigtable.yaml index 7ef02eb6520e..f6efcf74d260 100644 --- a/.github/workflows/system-tests-bigtable-emulator.yaml +++ b/.github/workflows/emulator-system-tests-bigtable.yaml @@ -4,20 +4,20 @@ on: - main paths: - 'Bigtable/**' - - '.github/workflows/system-tests-bigtable-emulator.yaml' + - '.github/workflows/emulator-system-tests-bigtable.yaml' - '.github/emulator/**' pull_request: paths: - 'Bigtable/**' - - '.github/workflows/system-tests-bigtable-emulator.yaml' + - '.github/workflows/emulator-system-tests-bigtable.yaml' - '.github/emulator/**' -name: Run Bigtable System Tests With Emulator +name: Emulator System Tests permissions: contents: read jobs: test: + name: Bigtable runs-on: ubuntu-latest - steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/system-tests-datastore-emulator.yaml b/.github/workflows/emulator-system-tests-datastore.yaml similarity index 86% rename from .github/workflows/system-tests-datastore-emulator.yaml rename to .github/workflows/emulator-system-tests-datastore.yaml index bd11cabea412..2add13dce1f1 100644 --- a/.github/workflows/system-tests-datastore-emulator.yaml +++ b/.github/workflows/emulator-system-tests-datastore.yaml @@ -1,23 +1,23 @@ -name: Run Datastore System Tests With Emulator on: push: branches: - main paths: - 'Datastore/**' - - '.github/workflows/system-tests-datastore-emulator.yaml' + - '.github/workflows/emulator-system-tests-datastore.yaml' - '.github/emulator/**' pull_request: paths: - 'Datastore/**' - - '.github/workflows/system-tests-datastore-emulator.yaml' + - '.github/workflows/emulator-system-tests-datastore.yaml' - '.github/emulator/**' +name: Emulator System Tests permissions: contents: read jobs: test: + name: Datastore runs-on: ubuntu-latest - steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/system-tests-firestore-emulator.yaml b/.github/workflows/emulator-system-tests-firestore.yaml similarity index 86% rename from .github/workflows/system-tests-firestore-emulator.yaml rename to .github/workflows/emulator-system-tests-firestore.yaml index 2a581f5ca804..6683f958bd5d 100644 --- a/.github/workflows/system-tests-firestore-emulator.yaml +++ b/.github/workflows/emulator-system-tests-firestore.yaml @@ -4,20 +4,20 @@ on: - main paths: - 'Firestore/**' - - '.github/workflows/system-tests-firestore-emulator.yaml' + - '.github/workflows/emulator-system-tests-firestore.yaml' - '.github/emulator/**' pull_request: paths: - 'Firestore/**' - - '.github/workflows/system-tests-firestore-emulator.yaml' + - '.github/workflows/emulator-system-tests-firestore.yaml' - '.github/emulator/**' -name: Run Firestore System Tests With Emulator +name: Emulator System Tests permissions: contents: read jobs: test: + name: Firestore runs-on: ubuntu-latest - steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/system-tests-pubsub-emulator.yaml b/.github/workflows/emulator-system-tests-pubsub.yaml similarity index 87% rename from .github/workflows/system-tests-pubsub-emulator.yaml rename to .github/workflows/emulator-system-tests-pubsub.yaml index a3d50c80fea7..222139fb55e4 100644 --- a/.github/workflows/system-tests-pubsub-emulator.yaml +++ b/.github/workflows/emulator-system-tests-pubsub.yaml @@ -4,20 +4,20 @@ on: - main paths: - 'PubSub/**' - - '.github/workflows/system-tests-pubsub-emulator.yaml' + - '.github/workflows/emulator-system-tests-pubsub.yaml' - '.github/emulator/**' pull_request: paths: - 'PubSub/**' - - '.github/workflows/system-tests-pubsub-emulator.yaml' + - '.github/workflows/emulator-system-tests-pubsub.yaml' - '.github/emulator/**' -name: Run PubSub System Tests With Emulator +name: Emulator System Tests permissions: contents: read jobs: test: + name: PubSub runs-on: ubuntu-latest - steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/system-tests-spanner-emulator.yaml b/.github/workflows/emulator-system-tests-spanner.yaml similarity index 91% rename from .github/workflows/system-tests-spanner-emulator.yaml rename to .github/workflows/emulator-system-tests-spanner.yaml index 68f39e89812c..3fd1e96e3d64 100644 --- a/.github/workflows/system-tests-spanner-emulator.yaml +++ b/.github/workflows/emulator-system-tests-spanner.yaml @@ -4,18 +4,18 @@ on: - main paths: - 'Spanner/**' - - '.github/workflows/system-tests-spanner-emulator.yaml' + - '.github/workflows/emulator-system-tests-spanner.yaml' pull_request: paths: - 'Spanner/**' - - '.github/workflows/system-tests-spanner-emulator.yaml' -name: Run Spanner System Tests With Emulator + - '.github/workflows/emulator-system-tests-spanner.yaml' +name: Emulator System Tests permissions: contents: read jobs: test: + name: Spanner runs-on: 'ubuntu-24.04' - services: emulator: image: gcr.io/cloud-spanner-emulator/emulator:1.5.34