Port SQLAlchemy reporter to v3 driver structure
This completes the merge from master and re-enables the sqlalchemy driver tests. Change-Id: I8e6effb3f0052343d5c6c80e9edaa2a9ff360b4d
This commit is contained in:
2
tests/fixtures/config/sql-driver/git/common-config/playbooks/project-merge.yaml
vendored
Normal file
2
tests/fixtures/config/sql-driver/git/common-config/playbooks/project-merge.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
- hosts: all
|
||||
tasks: []
|
||||
2
tests/fixtures/config/sql-driver/git/common-config/playbooks/project-test1.yaml
vendored
Normal file
2
tests/fixtures/config/sql-driver/git/common-config/playbooks/project-test1.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
- hosts: all
|
||||
tasks: []
|
||||
2
tests/fixtures/config/sql-driver/git/common-config/playbooks/project-test2.yaml
vendored
Normal file
2
tests/fixtures/config/sql-driver/git/common-config/playbooks/project-test2.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
- hosts: all
|
||||
tasks: []
|
||||
38
tests/fixtures/config/sql-driver/git/common-config/zuul.yaml
vendored
Normal file
38
tests/fixtures/config/sql-driver/git/common-config/zuul.yaml
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
- pipeline:
|
||||
name: check
|
||||
manager: independent
|
||||
source: gerrit
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: patchset-created
|
||||
success:
|
||||
gerrit:
|
||||
verified: 1
|
||||
resultsdb:
|
||||
score: 1
|
||||
failure:
|
||||
gerrit:
|
||||
verified: -1
|
||||
resultsdb:
|
||||
score: -1
|
||||
resultsdb_failures:
|
||||
score: -1
|
||||
|
||||
- job:
|
||||
name: project-merge
|
||||
|
||||
- job:
|
||||
name: project-test1
|
||||
|
||||
- job:
|
||||
name: project-test2
|
||||
|
||||
- project:
|
||||
name: org/project
|
||||
check:
|
||||
jobs:
|
||||
- project-merge
|
||||
- project-test1:
|
||||
dependencies: project-merge
|
||||
- project-test2:
|
||||
dependencies: project-merge
|
||||
1
tests/fixtures/config/sql-driver/git/org_project/README
vendored
Normal file
1
tests/fixtures/config/sql-driver/git/org_project/README
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test
|
||||
8
tests/fixtures/config/sql-driver/main.yaml
vendored
Normal file
8
tests/fixtures/config/sql-driver/main.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
- tenant:
|
||||
name: tenant-one
|
||||
source:
|
||||
gerrit:
|
||||
config-repos:
|
||||
- common-config
|
||||
project-repos:
|
||||
- org/project
|
||||
Reference in New Issue
Block a user