Skip to content

Commit 2ef9acb

Browse files
authored
Merge pull request #6794 from neo4j/releaseops/aura-integration-test
Add ReleaseOps Aura Tests workflow
2 parents 5c40cce + b2c7999 commit 2ef9acb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "ReleaseOps Aura Tests"
2+
# Executes graphql tests in the ReleaseOps Aura environment as part of the Neo4j ReleaseOps pipeline.
3+
# Triggered by ReleaseOps from TeamCity, to validate the new database version, before a release.
4+
on:
5+
workflow_dispatch:
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-aura
9+
cancel-in-progress: true
10+
11+
jobs:
12+
aura-professional-5-tests:
13+
uses: ./.github/workflows/reusable-aura-tests.yml
14+
with:
15+
BRANCH: ${{ github.head_ref || github.ref }}
16+
secrets:
17+
URI: ${{ secrets.RELEASEOPS_AURA_PROFESSIONAL_5_URI }}
18+
PASSWORD: ${{ secrets.RELEASEOPS_AURA_PROFESSIONAL_5_PASSWORD }}
19+
concurrency: aura-professional-5

0 commit comments

Comments
 (0)