Skip to content

Commit

Permalink
.azure-pipelines/
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Jan 12, 2024
1 parent 8904c72 commit 707e0f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines/stage/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
parameters:
ciTarget: $(CI_TARGET)
cacheName: $(CI_TARGET)
env:
# This is for gcc
ENVOY_CONTRIB_BUILD: 1
envoyBuildFilterExample: $(ENVOY_FILTER_EXAMPLE)
cacheTestResults: ${{ parameters.cacheTestResults }}
managedAgent: false
Expand All @@ -101,8 +104,6 @@ jobs:
displayName: "Upload $(CI_TARGET) Report to GCS"
condition: and(not(canceled()), or(eq(variables['CI_TARGET'], 'coverage'), eq(variables['CI_TARGET'], 'fuzz_coverage')))
env:
# This is for gcc
ENVOY_CONTRIB_BUILD: 1
GCS_ARTIFACT_BUCKET: ${{ parameters.bucketGCP }}

- job: complete
Expand Down

0 comments on commit 707e0f8

Please sign in to comment.