Skip to content

Commit

Permalink
Build: Try Parallel again
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 24, 2019
1 parent 23078c5 commit 6e94dff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .ci/.azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ steps:
# Overwrite the GitLab Service Name
COVERALLS_SERVICE_NAME: Azure Pipelines
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
COVERALLS_PARALLEL: true
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)

- script: npm run azure-pipelines
Expand Down
26 changes: 13 additions & 13 deletions .ci/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ jobs:
steps:
- template: .azure-pipelines-steps.yml

# - job: Notify_Coveralls
# displayName: Notify Coveralls that the parallel report is done
# pool:
# vmImage: "Ubuntu 16.04"
# dependsOn:
# - Test_Linux
# - Test_Windows
# - Test_MacOS
# steps:
# - script: curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$COVERALLS_SERVICE_JOB_ID&payload[status]=done"
# env:
# COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
# COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
- job: Notify_Coveralls
displayName: Notify Coveralls that the parallel report is done
pool:
vmImage: "Ubuntu 16.04"
dependsOn:
- Test_Linux
- Test_Windows
- Test_MacOS
steps:
- script: curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$BUILD_NAME&payload[status]=done"
env:
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
BUILD_NAME: $(Build.BuildNumber)

0 comments on commit 6e94dff

Please sign in to comment.