Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Apr 19, 2024
1 parent 7afd5c6 commit 5677f19
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .buildkite/winlogbeat/pipeline.winlogbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
name: "beats-winlogbeat"

env:
<<<<<<< HEAD
IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2204"
IMAGE_WIN_10: "family/general-windows-10"
IMAGE_WIN_11: "family/general-windows-11"
IMAGE_WIN_2016: "family/core-windows-2016"
IMAGE_WIN_2019: "family/core-windows-2019"
IMAGE_WIN_2022: "family/core-windows-2022"
GCP_DEFAULT_MACHINE_TYPE: "c2d-highcpu-8"
GCP_HI_PERF_MACHINE_TYPE: "c2d-highcpu-16"
GCP_WIN_MACHINE_TYPE: "n2-standard-8"
BEATS_PROJECT_NAME: "winlogbeat"
=======
GCP_DEFAULT_MACHINE_TYPE: "c2d-highcpu-8"
GCP_HI_PERF_MACHINE_TYPE: "c2d-highcpu-16"
GCP_WIN_MACHINE_TYPE: "n2-standard-8"
Expand All @@ -27,7 +15,6 @@ env:

# Other deps
ASDF_MAGE_VERSION: 1.15.0
>>>>>>> 2250273c77 (Moved winlogbeat pipeline to central pipeline (#38926))

steps:
- group: "Winlogbeat Mandatory Tests"
Expand Down Expand Up @@ -147,14 +134,6 @@ steps:
if: build.env("BUILDKITE_PULL_REQUEST") != "false"
depends_on: "winlogbeat-mandatory-tests"

<<<<<<< HEAD
- label: ":linux: Load dynamic winlogbeat pipeline"
key: "winlogbeat-pipeline"
command: ".buildkite/scripts/generate_winlogbeat_pipeline.sh"
notify:
- github_commit_status:
context: "${BEATS_PROJECT_NAME}: Load dynamic pipeline's steps"
=======
- group: "Winlogbeat Packaging"
key: "winlogbeat-packaging"
steps:
Expand All @@ -172,4 +151,3 @@ steps:
notify:
- github_commit_status:
context: "Winlogbeat: Packaging Ubuntu x86_64"
>>>>>>> 2250273c77 (Moved winlogbeat pipeline to central pipeline (#38926))

0 comments on commit 5677f19

Please sign in to comment.