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

[BUILD][CI] fetch dependencies with retry #21614

Merged
merged 4 commits into from
Oct 15, 2020

Conversation

v1v
Copy link
Member

@v1v v1v commented Oct 7, 2020

What does this PR do?

Fetch go dependencies with a retry to reduce the environmental issues when the third-party system is not accessible. For instance

github.com/pierrec/lz4: github.com/pierrec/lz4@v2.4.1+incompatible: reading https://proxy.golang.org/github.com/pierrec/lz4/@v/v2.4.1+incompatible.zip: 503 Service Unavailable
server response: Service Unavailable

It works only for unix since windows got some issues when calling the command go get ../...:

  • Dependencies are not fetched
  • Then following commands do nothing!
    image

Why is it important?

Add more stability to the builds.

Related issues

Tests

Some examples

...

[2020-10-07T09:54:52.512Z] go: downloading github.com/satori/go.uuid v1.2.0
[2020-10-07T09:57:59.168Z] # github.com/containerd/fifo
[2020-10-07T09:57:59.168Z] ..\..\..\..\pkg\mod\github.com\containerd\fifo@v0.0.0-20190816180239-bda0ff6ed73c\handle_nolinux.go:34:11: undefined: syscall.Stat_t
[2020-10-07T09:57:59.168Z] ..\..\..\..\pkg\mod\github.com\containerd\fifo@v0.0.0-20190816180239-bda0ff6ed73c\handle_nolinux.go:35:12: undefined: syscall.Stat
[2020-10-07T09:57:59.168Z] ..\..\..\..\pkg\mod\github.com\containerd\fifo@v0.0.0-20190816180239-bda0ff6ed73c\handle_nolinux.go:49:11: undefined: syscall.Stat_t
[2020-10-07T09:57:59.168Z] ..\..\..\..\pkg\mod\github.com\containerd\fifo@v0.0.0-20190816180239-bda0ff6ed73c\handle_nolinux.go:50:12: undefined: syscall.Stat
[2020-10-07T09:57:59.168Z] ..\..\..\..\pkg\mod\github.com\containerd\fifo@v0.0.0-20190816180239-bda0ff6ed73c\mkfifo_nosolaris.go:24:9: undefined: syscall.Mkfifo
script returned exit code 2

@v1v v1v self-assigned this Oct 7, 2020
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Oct 7, 2020
@v1v v1v added Team:Automation Label for the Observability productivity team and removed Team:Observability labels Oct 7, 2020
@v1v v1v changed the title [BUILD][CI] fetch dependencies with retry [BUILD][CI] fetch dependencies with retry for unix only Oct 7, 2020
@v1v v1v marked this pull request as ready for review October 7, 2020 10:30
@v1v v1v requested a review from a team as a code owner October 7, 2020 10:30
Jenkinsfile Outdated Show resolved Hide resolved
@elasticmachine
Copy link
Collaborator

elasticmachine commented Oct 7, 2020

💔 Build Failed

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: [Started by user Victor Martinez]

  • Start Time: 2020-10-14T15:28:00.355+0000

  • Duration: 99 min 6 sec

Test stats 🧪

Test Results
Failed 0
Passed 14263
Skipped 1331
Total 15594

Steps errors 1

Expand to view the steps failures

  • Name: mage build test
    • Description: mage build test

    • Duration: 5 min 6 sec

    • Start Time: 2020-10-14T16:04:36.999+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-10-14T17:06:06.813Z]   Version:          1.0.0-rc10
[2020-10-14T17:06:06.814Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
[2020-10-14T17:06:06.814Z]  docker-init:
[2020-10-14T17:06:06.814Z]   Version:          0.18.0
[2020-10-14T17:06:06.814Z]   GitCommit:        fec3683
[2020-10-14T17:06:18.880Z] [INFO] unstashV2: JOB_GCS_BUCKET is set. bucket param got precedency instead.
[2020-10-14T17:06:18.890Z] [INFO] unstashV2: JOB_GCS_CREDENTIALS is set. credentialsId param got precedency instead.
[2020-10-14T17:06:18.940Z] [Google Cloud Storage Plugin] Found 1 files to download from pattern: gs://beats-ci-temp/Beats/beats/PR-21614-4/source/source.tgz
[2020-10-14T17:06:18.958Z] [Google Cloud Storage Plugin] Downloading: Beats/beats/PR-21614-4/source/source.tgz to local path: /var/lib/jenkins/workspace/Beats_beats_PR-21614/source.tgz
[2020-10-14T17:06:29.948Z] + tar --version
[2020-10-14T17:06:30.245Z] + tar -xpf source.tgz
[2020-10-14T17:06:42.798Z] + rm source.tgz
[2020-10-14T17:06:42.863Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats
[2020-10-14T17:06:42.874Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/lint-1602690625220
[2020-10-14T17:06:42.917Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/libbeat-stress-tests-1602691491060
[2020-10-14T17:06:42.961Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/winlogbeat-crosscompile-1602691558500
[2020-10-14T17:06:43.003Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-dockerlogbeat-build-1602691594441
[2020-10-14T17:06:43.039Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/auditbeat-crosscompile-1602691599879
[2020-10-14T17:06:43.074Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/journalbeat-unitTest-1602691612670
[2020-10-14T17:06:43.112Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-elastic-agent-build-1602691620911
[2020-10-14T17:06:43.158Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-functionbeat-build-1602691684200
[2020-10-14T17:06:43.200Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/libbeat-crosscompile-1602691751235
[2020-10-14T17:06:43.232Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/libbeat-build-1602691788552
[2020-10-14T17:06:43.276Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/packetbeat-build-1602691804363
[2020-10-14T17:06:43.320Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-unitTest-1602691844758
[2020-10-14T17:06:43.363Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/auditbeat-build-1602691875615
[2020-10-14T17:06:43.399Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/auditbeat-windows-windows-2019-1602691910281
[2020-10-14T17:06:43.432Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/heartbeat-build-1602691949228
[2020-10-14T17:06:43.470Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-elastic-agent-windows-windows-2019-1602691974266
[2020-10-14T17:06:43.508Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/heartbeat-windows-windows-2019-1602691993540
[2020-10-14T17:06:43.547Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-auditbeat-build-1602692012882
[2020-10-14T17:06:43.588Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-crosscompile-1602692081676
[2020-10-14T17:06:43.625Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/winlogbeat-windows-windows-2019-1602692085452
[2020-10-14T17:06:43.666Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-functionbeat-windows-windows-2019-1602692096280
[2020-10-14T17:06:43.705Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-auditbeat-windows-windows-2019-1602692098758
[2020-10-14T17:06:43.747Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/generator-metricbeat-test-1602692107063
[2020-10-14T17:06:43.790Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-libbeat-build-1602692112279
[2020-10-14T17:06:43.829Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-winlogbeat-build-windows-2019-1602692148353
[2020-10-14T17:06:43.863Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/generator-beat-test-1602692157058
[2020-10-14T17:06:43.906Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-filebeat-windows-windows-2019-1602692183872
[2020-10-14T17:06:43.948Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/filebeat-windows-windows-2019-1602692232469
[2020-10-14T17:06:43.993Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/packetbeat-windows-windows-2019-1602692263768
[2020-10-14T17:06:44.027Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-windows-windows-2019-1602692421672
[2020-10-14T17:06:44.070Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-windows-windows-2019-1602692561078
[2020-10-14T17:06:44.108Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/filebeat-build-1602692772962
[2020-10-14T17:06:44.153Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-goIntegTest-1602693444912
[2020-10-14T17:06:44.197Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-pythonIntegTest-1602693565730
[2020-10-14T17:06:44.235Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-filebeat-build-1602693613176
[2020-10-14T17:06:44.275Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-build-1602694833721
[2020-10-14T17:06:44.618Z] + cat
[2020-10-14T17:06:44.618Z] + /usr/local/bin/runbld ./runbld-test-reports --job-name elastic+beats+pull-request
[2020-10-14T17:06:44.618Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-10-14T17:06:51.219Z] runbld>>> runbld started
[2020-10-14T17:06:51.219Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-10-14T17:06:52.611Z] runbld>>> The following profiles matched the job 'elastic+beats+pull-request' in order of occurrence in the config (last value wins).
[2020-10-14T17:06:52.611Z] runbld>>> Matches in the system config:
[2020-10-14T17:06:52.611Z] runbld>>> - Matched ^elastic\+beats
[2020-10-14T17:06:52.611Z] runbld>>> - Matched ^elastic\+beats\+pull-request
[2020-10-14T17:06:53.997Z] runbld>>> Debug logging enabled.
[2020-10-14T17:06:53.997Z] runbld>>> Storing result
[2020-10-14T17:06:53.997Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-10-14T17:06:53.997Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201014170653-04D3546E
[2020-10-14T17:06:53.997Z] runbld>>> Adding system facts.
[2020-10-14T17:06:54.943Z] runbld>>> Adding vcs info for the latest commit:  a1048fc4a2e2ca1cf2fbd0837f0fa7bba600f02b
[2020-10-14T17:06:54.943Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-10-14T17:06:54.943Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-10-14T17:06:54.943Z] Processing JUnit reports with runbld...
[2020-10-14T17:06:54.943Z] + echo 'Processing JUnit reports with runbld...'
[2020-10-14T17:06:55.517Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-10-14T17:06:55.517Z] runbld>>> DURATION: 30ms
[2020-10-14T17:06:55.517Z] runbld>>> STDOUT: 40 bytes
[2020-10-14T17:06:55.517Z] runbld>>> STDERR: 49 bytes
[2020-10-14T17:06:55.517Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-10-14T17:06:55.517Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-21614
[2020-10-14T17:06:56.462Z] runbld>>> Storing build metadata: 
[2020-10-14T17:06:56.462Z] runbld>>> Adding test report.
[2020-10-14T17:06:56.462Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats
[2020-10-14T17:06:57.035Z] runbld>>> Found 121 test output files
[2020-10-14T17:06:57.608Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-goIntegTest-1602693444912/metricbeat/build/TEST-go-integration-graphite.xml
[2020-10-14T17:06:57.608Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/metricbeat-goIntegTest-1602693444912/metricbeat/build/TEST-go-integration-windows.xml
[2020-10-14T17:06:59.524Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-build-1602694833721/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-10-14T17:06:59.524Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-build-1602694833721/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-10-14T17:06:59.524Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-build-1602694833721/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-10-14T17:06:59.524Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-build-1602694833721/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-10-14T17:06:59.524Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21614/src/github.com/elastic/beats/x-pack-metricbeat-build-1602694833721/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-10-14T17:07:00.095Z] runbld>>> Test output logs contained: Errors: 0 Failures: 0 Tests: 15594 Skipped: 1072
[2020-10-14T17:07:00.095Z] runbld>>> Storing result
[2020-10-14T17:07:00.095Z] runbld>>> FAILURES: 0
[2020-10-14T17:07:00.358Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-10-14T17:07:00.358Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201014170653-04D3546E
[2020-10-14T17:07:00.631Z] runbld>>> Email notification disabled by environment variable.
[2020-10-14T17:07:00.631Z] runbld>>> Slack notification disabled by environment variable.
[2020-10-14T17:07:06.181Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-21614
[2020-10-14T17:07:06.213Z] [INFO] getVaultSecret: Getting secrets
[2020-10-14T17:07:06.268Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-10-14T17:07:06.903Z] + chmod 755 generate-build-data.sh
[2020-10-14T17:07:06.903Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21614/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21614/runs/4 FAILURE 5946288
[2020-10-14T17:07:06.903Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21614/runs/4/steps/?limit=10000 -o steps-info.json
[2020-10-14T17:07:10.132Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21614/runs/4/tests/?status=FAILED -o tests-errors.json
[2020-10-14T17:07:11.043Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21614/runs/4/log/ -o pipeline-log.txt

@andrewkroh
Copy link
Member

All of the dependencies should be contained in the go.mod/go.sum files so using go mod download would be better because it does not need to consult the source code. This should work on Windows.

https://golang.org/cmd/go/#hdr-Download_modules_to_local_cache

…dependencies-goals

* upstream/master: (46 commits)
  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)
  typofix for dns timeout configuration option (elastic#21069)
  chore: create CI artifacts for DEV usage (elastic#21645)
  [Ingest Manager] Atomic installed forgotten changelog elastic#21780
  [Ingest Manager] Agent atomic installer (elastic#21745)
  Add missing configuration annotations (elastic#21736)
  [Filebeat] Add check for context.DeadlineExceeded error (elastic#21732)
  Remove kafka partition ISR from Metricbeat docs (elastic#21709)
  Skip flaky test with oauth2 config in httpjson input (elastic#21749)
  Fix for azure retrieve resource by ids (elastic#21711)
  Update obs app links (elastic#21682)
  fix: update fleet test suite name (elastic#21738)
  Remove dot from file.extension value in Auditbeat FIM (elastic#21644)
  Fix leaks with metadata processors (elastic#16349)
  Add istiod metricset (elastic#21519)
  [Ingest Manager] Change Sync/Close call order (elastic#21735)
  ...
@v1v v1v changed the title [BUILD][CI] fetch dependencies with retry for unix only [BUILD][CI] fetch dependencies with retry Oct 14, 2020
@v1v
Copy link
Member Author

v1v commented Oct 14, 2020

Build failure when bumping the integration environment:


[2020-10-14T14:22:04.427Z] Service 'elasticsearch_kerberos.elastic' failed to build: The command '/bin/sh -c /scripts/installkdc.sh && /scripts/addprincs.sh' returned a non-zero code: 127
[2020-10-14T14:22:04.428Z] Error: running "docker-compose -p libbeat_8_0_0_2a7cd278f2-snapshot build --force-rm --pull" failed with exit code 1
script returned exit code 1

Unrelated to this changes IIUC :/

@andrewkroh 2a7cd27 uses your approach now :)

@v1v v1v merged commit be5c290 into elastic:master Oct 15, 2020
@v1v v1v deleted the feature/download-dependencies-goals branch October 15, 2020 08:06
v1v added a commit to v1v/beats that referenced this pull request Oct 15, 2020
v1v added a commit to v1v/beats that referenced this pull request Oct 15, 2020
v1v added a commit to v1v/beats that referenced this pull request Oct 15, 2020
v1v added a commit to v1v/beats that referenced this pull request Oct 15, 2020
* upstream/master: (29 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 added a commit to v1v/beats that referenced this pull request Oct 15, 2020
* 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 added a commit to v1v/beats that referenced this pull request Oct 15, 2020
* upstream/master: (156 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 added a commit to v1v/beats that referenced this pull request Oct 15, 2020
* upstream/master: (156 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 added a commit to v1v/beats that referenced this pull request Oct 19, 2020
v1v added a commit that referenced this pull request Oct 30, 2020
* cherry-pick aad07ad
* Add stages to Jenkins pipeline (#14484)
* ci: avoid to modify go.mod file (#16842)
* Ensure install scripts only install if needed (#20349)
* ci: fix warnings with wildcards and archive system-tests (#18695)
* ci: run test on Windows (#15570)
* [CI] fail if not possible to install python3 (#19164)
* [CI] lint stage doesn't produce test reports (#21888)
* [CI] Add stage name in the step (#21887)
* [CI] kind setup fails sometimes (#21857)
* [CI] refactor runbld post build action (#21256)
* [CI] Archive build reasons (#21347)
* [CI] Fix runbld when workspace does not exist (#21350)
* [CI] Send slack message with build status (#21428)
* [CI] Setup git config globally (#21562)
* [CI] fix 'no matches found within 10000' (#21466)
* [CI] Change notification channel (#21559)
* [CI] Support skip-ci label (#21377)
* [BUILD][CI] fetch dependencies with retry (#21614)
* Disable x-pack/metricbeat in linux since build is broken #21962
* Disable tests for windows in auditbeat. See #21958
* Disable integration testing for libbeat. See #21959
* Disable integration testing for metricbeat. See #21961
* Disable windows build for auditbeat. See #21958
* Disable build for libbeat. See #21959
* Disable build for metricbeat. See #21961
* Disable windows build for metricbeat. See #22257
* Disable build for x-pack/metricbeat. See #21962
* Disable windows build for x-pack/winlogbeat. See #22263
* Disable windows build for x-pack/filebeat. See #21963
* integration-tests-environment is not available for winlogbeat. see #22265
* integration-tests-environment is not available for packetbeat. see #22266
* Build not available for x-pack/metricbeats in 6.8. See #22269
* Cherry-pick 96c60d0
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation ci Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[build] proxy.golang.org might be not available
5 participants