Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] support windows-7 #19803

Merged
merged 13 commits into from
Nov 2, 2020
Merged

[CI] support windows-7 #19803

merged 13 commits into from
Nov 2, 2020

Conversation

v1v
Copy link
Member

@v1v v1v commented Jul 9, 2020

What does this PR do?

Add support for windows-7 in the CI

Furthermore

Directory OS Mage Target Status CI
auditbeat windows-7 build unitTest 🔴 (See #19831)
filebeat windows-7 build unitTest 🔴 (See #22317)
heartbeat windows-7 build unitTest
metricbeat windows-7 build unitTest
packetbeat windows-7 build unitTest
winlogBeat windows-7 build unitTest 🔴 (See #19829 and #22302)
x-pack/auditbeat windows-7 build unitTest
x-pack/elastic-agent windows-7 build unitTest
x-pack/filebeat windows-7 build unitTest
x-pack/functionbeat windows-7 build unitTest
x-pack/metricbeat windows-7 build unitTest
x-pack/packetbeat windows-7 build unitTest
x-pack/winlogBeat windows-7 build unitTest

Issues

@v1v v1v self-assigned this Jul 9, 2020
@v1v v1v added the automation label Jul 9, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 9, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 9, 2020

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #19803 updated]

  • Start Time: 2020-11-02T10:49:48.678+0000

  • Duration: 73 min 42 sec

Test stats 🧪

Test Results
Failed 0
Passed 15042
Skipped 1657
Total 16699

* upstream/master:
  Add `docker logs` support to the Elastic Log Driver (elastic#19531)
  [Elastic Agent] Fix saving of agent configuration on Windows to have proper ACLs (elastic#19793)
@andresrc andresrc added the Team:Automation Label for the Observability productivity team label Jul 13, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 13, 2020
v1v added 3 commits September 14, 2020 17:54
* upstream/master: (364 commits)
  Add vendoring to Google Cloud Functions again (elastic#21070)
  [Elastic Agent] Add fleet.host.id for sending to endpoint. (elastic#21042)
  Do not need Google credentials before using it (elastic#21072)
  [Filebeat][New Module] Zoom webhook module (elastic#20414)
  Add support for GMT timezone offset in decode_cef (elastic#20993)
  Filebeat: Fix random error on harvester close (elastic#21048)
  Add ingress controller dashboards (elastic#21052)
  Fix loggers in composable module. (elastic#21047)
  [Ingest Manager] Increase kibana client timeout to 5 minutes (elastic#21037)
  Add changelog. (elastic#21041)
  [Elastic Agent] Add support for EQL based conditions (elastic#20994)
  Disable Kafka metricsets based on Jolokia (elastic#20989)
  Update apm agent (elastic#21031)
  Add container ECS fields in kubernetes metadata (elastic#20984)
  Sanitize event.host in Metricbeat (elastic#21022)
  Update api-keys.asciidoc - API key prerequisites (elastic#21026)
  [Filebeat][suricata] Map x509 for suricata/eve fileset (elastic#20973)
  [Filebeat][santa] Map x509 fields in santa module (elastic#20976)
  [Filebeat][fortinet] Map x509 ecs fields for fortinet fw fileset (elastic#20983)
  Bump zeek kerberos/ssl/x509 ecs version (elastic#21003)
  ...
* upstream/master: (216 commits)
  [CI] Enable build stage for arm architecture (elastic#21284)
  [BUILD][CI] fetch dependencies with retry (elastic#21614)
  Add proxy metricset (elastic#21751)
  [Filebeat][httpjson] Fix date_cursor validation (elastic#21756)
  Update endpoint-related terminology in Elastic Agent docs (elastic#21458)
  Move s3_daily_storage and s3_request metricsets to use cloudwatch input (elastic#21703)
  [Agent] Remove heartbeat from bundled beats in agent. (elastic#21602)
  [Elastic Agent] Don't perform install until after enroll (elastic#21772)
  [Elastic Agent] Update path from policy change for Kibana connection. (elastic#21804)
  Change cloud.provider from googlecloud to gcp (elastic#21775)
  Fix stress test package list (elastic#21719)
  [Elastic Agent] Remove the service installer scripts from packaging (elastic#21694)
  [CI] Support Windows-2012 in pipeline 2.0 (elastic#21338)
  Fix non-windows fields on system/filesystem (elastic#21758)
  disable TestReceiveEventsAndMetadata/TestSocketCleanup/TestReceiveNewEventsConcurrently in Windows (elastic#21750)
  Use badger code from upstream repository (elastic#21705)
  Disable writes sync in persistent cache (elastic#21754)
  Make API address and Shard ID required in Cloud Foundry settings (elastic#21759)
  [CI] Support skip-ci label (elastic#21377)
  Increase recommended memory when deploying in Cloud foundry (elastic#21755)
  ...
@v1v v1v added the windows-7 Enable builds in the CI for windows-7 label Oct 15, 2020
* upstream/master: (93 commits)
  Update commands used in the quick start (elastic#22248)
  Add interval documentation to `monitor` metricset (elastic#22152)
  [CI] enable x-pack/packetbeat in the CI (elastic#22252)
  Fix awscloudwatch input documentation (elastic#22247)
  Add support for different Azure Cloud environments in the metricbeat azure module (elastic#21044)
  [CI] support windows-2008-r2 (elastic#19791)
  protect against accessing undefined variables in sysmon module (elastic#22236)
  [CI] archive only if failed steps (elastic#22220)
  Add pe fields to Sysmon module (elastic#22217)
  [CI][flaky] Support 7.x branches and PRs (elastic#22197)
  Perfmon - Fix regular expressions to comply to multiple parentheses in instance name and object (elastic#22146)
  ci: improve linting speed (elastic#22103)
  Move cloudfoundry tags with metadata to common metadata fields (elastic#22150)
  [Docs] Update custom beat docs (elastic#22194)
  [Ingest Manager] Agent fix snapshot download for upgrade (elastic#22175)
  Update shared-autodiscover.asciidoc (elastic#21827)
  [DOCS] Warn about compression and Azure Event Hub for Kafka (elastic#21578)
  [CI][flaky] reporting for PRs in GitHub (elastic#21853)
  [Packetbeat] Create x-pack magefile (elastic#21979)
  [Elastic Agent] Fix deb/rpm installation (elastic#22153)
  ...
@elasticmachine
Copy link
Collaborator

elasticmachine commented Oct 29, 2020

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 15042
Skipped 1657
Total 16699

v1v added 2 commits October 30, 2020 11:44
* upstream/master:
  adding timeout options to cisco umbrella and fixing the missing config options in module config.yml (elastic#22295)
  [Metricbeat] Remove io.time from windows (elastic#22237)
  remove debug messages (elastic#22282)
  dependency upgrade: ecszap v0.3.0 (elastic#22267)
  [repo] Add docs + cleanup labels to the categories in the incoming PR template (elastic#22280)
@v1v v1v marked this pull request as ready for review October 30, 2020 15:47
@v1v v1v requested review from a team as code owners October 30, 2020 15:47
@v1v v1v requested a review from a team October 30, 2020 15:47
* upstream/master:
  [JJBB] Add 6.8+ branches (elastic#22321)
  [CI] Support Windows-8 (elastic#22307)
  Change cloud.provider from googlecloud to gcp in billing metricset (elastic#22287)
  [packaging][beats-tester] use commit id binaries (elastic#22027)
  [CI] Report error in the catch section (elastic#22297)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Team:Ingest Management)

@v1v v1v merged commit 977c535 into elastic:master Nov 2, 2020
@v1v v1v deleted the feature/windows-7-64 branch November 2, 2020 13:01
v1v added a commit to v1v/beats that referenced this pull request Nov 2, 2020
v1v added a commit to v1v/beats that referenced this pull request Nov 2, 2020
v1v added a commit to v1v/beats that referenced this pull request Nov 2, 2020
* upstream/7.x:
  Cherry-pick to 7.x: [CI] support windows-7 (elastic#19803) (elastic#22343)
  Update contributing content (elastic#22338) (elastic#22353)
  [DOCS] Warn about compression and Azure Event Hub for Kafka (elastic#21578) (elastic#22198)
  Typo (elastic#22272) (elastic#22274)
  Change to default analyzer (elastic#22300) (elastic#22333)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Team:Automation Label for the Observability productivity team windows-7 Enable builds in the CI for windows-7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants