try to add e2e job

This commit is contained in:
Ildar Kamalov
2025-01-31 15:37:49 +03:00
parent 7f85a04257
commit 236708f2e4
4 changed files with 29 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
final: false
jobs:
- 'Artifact'
- 'Test e2e'
'Test frontend':
'docker':
@@ -165,6 +166,29 @@
'requirements':
- 'adg-docker': 'true'
'Test e2e':
'docker':
'image': '${bamboo.dockerFrontend}'
'volumes':
'${system.YARN_DIR}': '${bamboo.cacheYarn}'
'key': 'E2ETEST'
'other':
'clean-working-dir': true
'tasks':
- 'checkout':
'force-clean-build': true
- 'script':
'interpreter': 'SHELL'
'scripts':
- |
#!/bin/sh
set -e -f -u -x
make VERBOSE=1 js-test-e2e
'requirements':
- 'adg-docker': 'true'
'branches':
'create': 'for-pull-request'
'delete':