Skip to content

Commit 026faf7

Browse files
CI: trigger plugin project instead of integ tests (#795)
1 parent 10c2de9 commit 026faf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
- upload-to-internal
2929
- upload-to-central
3030
- package-api-docs
31-
- integ-tests
31+
- triggers
3232

3333
test:
3434
stage: test
@@ -148,13 +148,13 @@ package-api-docs:
148148
paths:
149149
- "objectbox-java/build/dist/objectbox-java-web-api-docs.zip"
150150

151-
trigger-integ-tests:
152-
stage: integ-tests
151+
trigger-plugin:
152+
stage: triggers
153153
except:
154-
- schedules # Do not trigger when run on schedule, integ tests have own schedule.
154+
- schedules # Do not trigger when run on schedule, e.g. integ tests have own schedule.
155155
inherit:
156156
variables: false
157-
allow_failure: true # Branch might not exist in integ test project.
157+
allow_failure: true # Branch might not exist, yet, in plugin project.
158158
trigger:
159-
project: objectbox/objectbox-integration-test
159+
project: objectbox/objectbox-plugin
160160
branch: $CI_COMMIT_BRANCH

0 commit comments

Comments
 (0)