Skip to content

Commit 6e94dff

Browse files
committed
Build: Try Parallel again
1 parent 23078c5 commit 6e94dff

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

.ci/.azure-pipelines-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ steps:
2626
# Overwrite the GitLab Service Name
2727
COVERALLS_SERVICE_NAME: Azure Pipelines
2828
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
29+
COVERALLS_PARALLEL: true
2930
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
3031

3132
- script: npm run azure-pipelines

.ci/.azure-pipelines.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ jobs:
6969
steps:
7070
- template: .azure-pipelines-steps.yml
7171

72-
# - job: Notify_Coveralls
73-
# displayName: Notify Coveralls that the parallel report is done
74-
# pool:
75-
# vmImage: "Ubuntu 16.04"
76-
# dependsOn:
77-
# - Test_Linux
78-
# - Test_Windows
79-
# - Test_MacOS
80-
# steps:
81-
# - script: curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$COVERALLS_SERVICE_JOB_ID&payload[status]=done"
82-
# env:
83-
# COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
84-
# COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
72+
- job: Notify_Coveralls
73+
displayName: Notify Coveralls that the parallel report is done
74+
pool:
75+
vmImage: "Ubuntu 16.04"
76+
dependsOn:
77+
- Test_Linux
78+
- Test_Windows
79+
- Test_MacOS
80+
steps:
81+
- script: curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$BUILD_NAME&payload[status]=done"
82+
env:
83+
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
84+
BUILD_NAME: $(Build.BuildNumber)

0 commit comments

Comments
 (0)