Skip to content

Usage with gitlab.ci and multiple shard ? #124

Answered by samixchoumi
samixchoumi asked this question in Q&A
Discussion options

You must be logged in to vote

Okey, I think I've found a solution, but with this parameter on : "maxNumberOfFailuresToShow": 0,, why do I still have failure shown in my Slack message ?
My solution right now :

{
  "sendResults": "always",
  "slackLogLevel": "error",
  "sendUsingWebhook": {
    "webhookUrl": "$SLACK_WEBHOOK_URL"
  },
  "meta": [
    { "key": "branch", "value" : "$CI_COMMIT_BRANCH"},
    { "key": "commit", "value" : "$CI_COMMIT_SHA"}
  ],
  "maxNumberOfFailuresToShow": 0,
  "disableUnfurl": true
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@samixchoumi
Comment options

Comment options

You must be logged in to vote
1 reply
@samixchoumi
Comment options

Answer selected by samixchoumi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant