Skip to content

Commit

Permalink
azp/ci: Rename bazel.yml -> ci.yml (#29774)
Browse files Browse the repository at this point in the history
In a follow up i will add another template for bazel specifically
and reduce/simplify some code

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Oct 3, 2023
1 parent a29f426 commit 79f97ce
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .azure-pipelines/stage/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
timeoutInMinutes: 180
pool: envoy-x64-small
steps:
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: $(CI_TARGET)
cacheName: $(CI_TARGET)
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/stage/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
timeoutInMinutes: ${{ parameters.timeoutBuild }}
pool: ${{ parameters.pool }}
steps:
- template: ../bazel.yml
- template: ../ci.yml
parameters:
managedAgent: ${{ parameters.managedAgent }}
ciTarget: release
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/stage/prechecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
publishing:
CI_TARGET: docs
steps:
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: $(CI_TARGET)
cacheName: $(CI_TARGET)
Expand Down
12 changes: 6 additions & 6 deletions .azure-pipelines/stage/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
artifactName: "release"
itemPattern: "release/**/bin/*"
targetPath: $(Build.StagingDirectory)
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: docker-upload
cacheName: docker-upload
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
artifactName: "release"
itemPattern: "release/x64/bin/*"
targetPath: $(Build.StagingDirectory)
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: distribution
cacheName: distribution
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
itemPattern: "release/arm64/bin/*"
targetPath: $(Build.StagingDirectory)

- template: ../bazel.yml
- template: ../ci.yml
parameters:
managedAgent: false
ciTarget: distribution
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
pool:
vmImage: $(agentUbuntu)
steps:
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: docs
cacheName: docs
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
artifactName: "distribution"
itemPattern: "distribution/**/packages.*.tar.gz"
targetPath: $(Build.StagingDirectory)
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: release.signed
cacheName: release-signed
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
pool:
vmImage: $(agentUbuntu)
steps:
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: verify.trigger
cacheName: verify-trigger
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/stage/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
itemPattern: "distribution/x64/packages.x64.tar.gz"
downloadType: single
targetPath: $(Build.StagingDirectory)
- template: ../bazel.yml
- template: ../ci.yml
parameters:
ciTarget: verify_distro
cacheName: verify_distro
Expand All @@ -43,7 +43,7 @@ jobs:
itemPattern: "distribution/arm64/packages.arm64.tar.gz"
downloadType: single
targetPath: $(Build.StagingDirectory)
- template: ../bazel.yml
- template: ../ci.yml
parameters:
managedAgent: false
ciTarget: verify_distro
Expand Down

0 comments on commit 79f97ce

Please sign in to comment.