Skip to content

Commit 40acef6

Browse files
committed
ci - poc to use ddci on-demand for end-to-end test in feature branch
1 parent fec92d8 commit 40acef6

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.dynamic-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
end-to-end:
2+
static_rule: true
3+
template: .dynamic-build/end-to-end.yml

.dynamic-build/end-to-end.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
trigger:
2+
stage: .pre
3+
include: .gitlab-ci.yml
4+
variables:
5+
RUN_E2E_TESTS: "on"
6+
RUN_KMT_TESTS: "off"
7+
RUN_UNIT_TESTS: "off"
8+

0 commit comments

Comments
 (0)