Skip to content

Commit

Permalink
[gitlab] Allow failure of all suse-related jobs (#1340)
Browse files Browse the repository at this point in the history
Until the suse builder is fixed
  • Loading branch information
olivielpeau authored Feb 23, 2018
1 parent bd37139 commit 354a395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ deploy_rpm_testing:

# deploy rpm packages to yum staging repo
deploy_suse_rpm_testing:
allow_failure: true
stage: testkitchen_deploy
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-builders/deploy:latest
before_script:
Expand Down Expand Up @@ -733,6 +734,7 @@ deploy_rpm:

# deploy rpm packages to yum staging repo
deploy_suse_rpm:
allow_failure: true
stage: deploy
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-builders/deploy:latest
before_script:
Expand Down

0 comments on commit 354a395

Please sign in to comment.