Skip to content

Commit

Permalink
[ci] Fix e2e stix data and add extended error to CI (#7611)
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard authored Jul 8, 2024
1 parent 0f43c64 commit 7e2dc0c
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 89 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ services:
APP__PORT: 4100
APP__ADMIN__PASSWORD: admin
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
APP_APP_LOG_EXTENDED_ERROR_MESSAGE: true
REDIS__HOSTNAME: redis
REDIS__NAMESPACE: raw-start
ELASTICSEARCH__URL: http://elastic:9200
Expand Down Expand Up @@ -218,6 +219,7 @@ services:
APP__PORT: 4200
APP__ADMIN__PASSWORD: admin
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
APP_APP_LOG_EXTENDED_ERROR_MESSAGE: true
REDIS__HOSTNAME: redis
REDIS__NAMESPACE: live-start
ELASTICSEARCH__URL: http://elastic:9200
Expand Down Expand Up @@ -247,6 +249,7 @@ services:
APP__PORT: 4300
APP__ADMIN__PASSWORD: admin
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
APP_APP_LOG_EXTENDED_ERROR_MESSAGE: true
REDIS__HOSTNAME: redis
REDIS__NAMESPACE: direct-start
ELASTICSEARCH__URL: http://elastic:9200
Expand Down Expand Up @@ -293,6 +296,7 @@ services:
APP__PORT: 4400
APP__ADMIN__PASSWORD: admin
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
APP_APP_LOG_EXTENDED_ERROR_MESSAGE: true
REDIS__HOSTNAME: redis
REDIS__NAMESPACE: restore-start
ELASTICSEARCH__URL: http://elastic:9200
Expand Down Expand Up @@ -323,6 +327,7 @@ services:
APP__DISABLED_DEV_FEATURES: '["4352_BULK_RELATIONS"]'
APP__ADMIN__PASSWORD: admin
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
APP_APP_LOG_EXTENDED_ERROR_MESSAGE: true
REDIS__HOSTNAME: redis
REDIS__NAMESPACE: e2e-start
ELASTICSEARCH__URL: http://elastic:9200
Expand Down
Loading

0 comments on commit 7e2dc0c

Please sign in to comment.