secrets: inherit, to fix flaky tests report (#23961)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
44a95d9f69
Коммит
82b3b67e63
1
.github/workflows/server-ci-master.yml
поставляемый
1
.github/workflows/server-ci-master.yml
поставляемый
@@ -12,3 +12,4 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
master-ci:
|
master-ci:
|
||||||
uses: ./.github/workflows/server-ci-template.yml
|
uses: ./.github/workflows/server-ci-template.yml
|
||||||
|
secrets: inherit
|
||||||
|
|||||||
1
.github/workflows/server-ci-pr.yml
поставляемый
1
.github/workflows/server-ci-pr.yml
поставляемый
@@ -19,3 +19,4 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
pr-ci:
|
pr-ci:
|
||||||
uses: ./.github/workflows/server-ci-template.yml
|
uses: ./.github/workflows/server-ci-template.yml
|
||||||
|
secrets: inherit
|
||||||
|
|||||||
3
.github/workflows/server-ci-template.yml
поставляемый
3
.github/workflows/server-ci-template.yml
поставляемый
@@ -234,6 +234,7 @@ jobs:
|
|||||||
datasource: postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10&binary_parameters=yes
|
datasource: postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10&binary_parameters=yes
|
||||||
drivername: postgres
|
drivername: postgres
|
||||||
logsartifact: postgres-binary-server-test-logs
|
logsartifact: postgres-binary-server-test-logs
|
||||||
|
secrets: inherit
|
||||||
test-postgres-normal:
|
test-postgres-normal:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
needs: check-mattermost-vet
|
needs: check-mattermost-vet
|
||||||
@@ -243,6 +244,7 @@ jobs:
|
|||||||
datasource: postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10
|
datasource: postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10
|
||||||
drivername: postgres
|
drivername: postgres
|
||||||
logsartifact: postgres-server-test-logs
|
logsartifact: postgres-server-test-logs
|
||||||
|
secrets: inherit
|
||||||
test-mysql:
|
test-mysql:
|
||||||
name: MySQL
|
name: MySQL
|
||||||
needs: check-mattermost-vet
|
needs: check-mattermost-vet
|
||||||
@@ -252,6 +254,7 @@ jobs:
|
|||||||
datasource: mmuser:mostest@tcp(mysql:3306)/mattermost_test?charset=utf8mb4,utf8&multiStatements=true&maxAllowedPacket=4194304
|
datasource: mmuser:mostest@tcp(mysql:3306)/mattermost_test?charset=utf8mb4,utf8&multiStatements=true&maxAllowedPacket=4194304
|
||||||
drivername: mysql
|
drivername: mysql
|
||||||
logsartifact: mysql-server-test-logs
|
logsartifact: mysql-server-test-logs
|
||||||
|
secrets: inherit
|
||||||
test-mmctl:
|
test-mmctl:
|
||||||
name: Run mmctl tests
|
name: Run mmctl tests
|
||||||
needs: check-mattermost-vet
|
needs: check-mattermost-vet
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user