Skip to content

Commit 175d1e3

Browse files
bshafferpurvavasudeo
authored andcommitted
chore: reorganize emulator tests (googleapis#8488)
1 parent 08ec53d commit 175d1e3

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/system-tests-bigtable-emulator.yaml renamed to .github/workflows/emulator-system-tests-bigtable.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
- main
55
paths:
66
- 'Bigtable/**'
7-
- '.github/workflows/system-tests-bigtable-emulator.yaml'
7+
- '.github/workflows/emulator-system-tests-bigtable.yaml'
88
- '.github/emulator/**'
99
pull_request:
1010
paths:
1111
- 'Bigtable/**'
12-
- '.github/workflows/system-tests-bigtable-emulator.yaml'
12+
- '.github/workflows/emulator-system-tests-bigtable.yaml'
1313
- '.github/emulator/**'
14-
name: Run Bigtable System Tests With Emulator
14+
name: Emulator System Tests
1515
permissions:
1616
contents: read
1717
jobs:
1818
test:
19+
name: Bigtable
1920
runs-on: ubuntu-latest
20-
2121
steps:
2222
- uses: actions/checkout@v5
2323

.github/workflows/system-tests-datastore-emulator.yaml renamed to .github/workflows/emulator-system-tests-datastore.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: Run Datastore System Tests With Emulator
21
on:
32
push:
43
branches:
54
- main
65
paths:
76
- 'Datastore/**'
8-
- '.github/workflows/system-tests-datastore-emulator.yaml'
7+
- '.github/workflows/emulator-system-tests-datastore.yaml'
98
- '.github/emulator/**'
109
pull_request:
1110
paths:
1211
- 'Datastore/**'
13-
- '.github/workflows/system-tests-datastore-emulator.yaml'
12+
- '.github/workflows/emulator-system-tests-datastore.yaml'
1413
- '.github/emulator/**'
14+
name: Emulator System Tests
1515
permissions:
1616
contents: read
1717
jobs:
1818
test:
19+
name: Datastore
1920
runs-on: ubuntu-latest
20-
2121
steps:
2222
- uses: actions/checkout@v5
2323

.github/workflows/system-tests-firestore-emulator.yaml renamed to .github/workflows/emulator-system-tests-firestore.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
- main
55
paths:
66
- 'Firestore/**'
7-
- '.github/workflows/system-tests-firestore-emulator.yaml'
7+
- '.github/workflows/emulator-system-tests-firestore.yaml'
88
- '.github/emulator/**'
99
pull_request:
1010
paths:
1111
- 'Firestore/**'
12-
- '.github/workflows/system-tests-firestore-emulator.yaml'
12+
- '.github/workflows/emulator-system-tests-firestore.yaml'
1313
- '.github/emulator/**'
14-
name: Run Firestore System Tests With Emulator
14+
name: Emulator System Tests
1515
permissions:
1616
contents: read
1717
jobs:
1818
test:
19+
name: Firestore
1920
runs-on: ubuntu-latest
20-
2121
steps:
2222
- uses: actions/checkout@v5
2323

.github/workflows/system-tests-pubsub-emulator.yaml renamed to .github/workflows/emulator-system-tests-pubsub.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
- main
55
paths:
66
- 'PubSub/**'
7-
- '.github/workflows/system-tests-pubsub-emulator.yaml'
7+
- '.github/workflows/emulator-system-tests-pubsub.yaml'
88
- '.github/emulator/**'
99
pull_request:
1010
paths:
1111
- 'PubSub/**'
12-
- '.github/workflows/system-tests-pubsub-emulator.yaml'
12+
- '.github/workflows/emulator-system-tests-pubsub.yaml'
1313
- '.github/emulator/**'
14-
name: Run PubSub System Tests With Emulator
14+
name: Emulator System Tests
1515
permissions:
1616
contents: read
1717
jobs:
1818
test:
19+
name: PubSub
1920
runs-on: ubuntu-latest
20-
2121
steps:
2222
- uses: actions/checkout@v5
2323

.github/workflows/system-tests-spanner-emulator.yaml renamed to .github/workflows/emulator-system-tests-spanner.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
- main
55
paths:
66
- 'Spanner/**'
7-
- '.github/workflows/system-tests-spanner-emulator.yaml'
7+
- '.github/workflows/emulator-system-tests-spanner.yaml'
88
pull_request:
99
paths:
1010
- 'Spanner/**'
11-
- '.github/workflows/system-tests-spanner-emulator.yaml'
12-
name: Run Spanner System Tests With Emulator
11+
- '.github/workflows/emulator-system-tests-spanner.yaml'
12+
name: Emulator System Tests
1313
permissions:
1414
contents: read
1515
jobs:
1616
test:
17+
name: Spanner
1718
runs-on: 'ubuntu-24.04'
18-
1919
services:
2020
emulator:
2121
image: gcr.io/cloud-spanner-emulator/emulator:1.5.34

0 commit comments

Comments
 (0)