Skip to content

Commit ea60da9

Browse files
committed
feat(ci): add test branch for linter service
1 parent 36c9c4f commit ea60da9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,17 @@ on:
4747
description: "APIHUB UI docker image tag"
4848
type: string
4949
default: "dev"
50+
apihub-api-linter-service-image-tag:
51+
description: "APIHUB API Linter Service docker image tag"
52+
type: string
53+
default: "dev"
5054
schedule:
5155
- cron: '0 0 * * *'
5256

5357
jobs:
5458
call-docker-compose-run-and-test-ci-workflow:
5559
#TODO: change to main after testing
56-
uses: netcracker/qubership-apihub-ci/.github/workflows/run-e2e-tests.yml@main
60+
uses: netcracker/qubership-apihub-ci/.github/workflows/run-e2e-tests.yml@feature/linter-service
5761
with:
5862
compose-repository-branch: ${{ github.event.inputs.compose-repository-branch || 'main'}}
5963
#compose-repository-compose-folder: ${{ github.event.inputs.compose-repository-compose-folder}}
@@ -66,6 +70,7 @@ jobs:
6670
apihub-backend-image-tag: ${{ github.event.inputs.apihub-backend-image-tag || 'dev' }}
6771
apihub-build-task-consumer-image-tag: ${{ github.event.inputs.apihub-build-task-consumer-image-tag || 'dev' }}
6872
apihub-ui-image-tag: ${{ github.event.inputs.apihub-ui-image-tag || 'dev' }}
73+
apihub-api-linter-service-image-tag: ${{ github.event.inputs.apihub-api-linter-service-image-tag || 'dev' }}
6974
secrets:
7075
APIHUB_ACCESS_TOKEN: ${{ secrets.APIHUB_ACCESS_TOKEN }}
7176
APIHUB_ADMIN_EMAIL: ${{ secrets.APIHUB_ADMIN_EMAIL }}

0 commit comments

Comments
 (0)