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

Disable unique ephemeral worker by default #1067

Merged
merged 4 commits into from
Apr 6, 2021

Conversation

v1v
Copy link
Member

@v1v v1v commented Apr 6, 2021

What does this PR do?

Add forceWorker parameter to enable the UUID label allocation. By default it's not enabled.

Why is it important?

There is an existing issue with the Gobld provisioner and the development process.

Development process might commit and push several times, every pushed commit will trigger a build in the CI, and the obsoleted builds matching obsoleted commits will be cancelled if they are still running (there is no need to test the old commits but the new ones). If some of those workers were not assigned yet to the cancelled builds, there will be idling for 10 minutes and don't release the slot for a new worker. Therefore the CI capacity gets decreased.

This should mitigate this particular scenario.

v1v and others added 4 commits March 18, 2021 21:14
* 'master' of github.com:elastic/apm-pipeline-library: (40 commits)
  Fix and simplify buildStatus step (#1066)
  Add benchmark reporter image to build pipeline (#1065)
  docs: update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release v1.1.207
  feat: stage status cache (#1061)
  feat: step hasCommentAuthorWritePermissions (#1064)
  ARM workers are now ephemeral (#1062)
  docs: update metricbeat step docs (#1057)
  Update beats-ci workers for the test-infra validation (#1058)
  feat: allow to remove padding (#1059)
  mergify: priority is now a pro feature (#1060)
  docs: update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release v1.1.206
  chore(deps): bump groovy-eclipse-batch from 3.0.7-02 to 3.0.7-03 (#1045)
  chore: bump Elastic Stack versions (#1052)
  Add GCE JCasC (#1053)
  feat: metricbeat step (#1050)
  chore: refactor filebeat step (#1049)
  ...
@v1v v1v added the enhancement New feature or request label Apr 6, 2021
@v1v v1v requested a review from a team April 6, 2021 11:18
@v1v v1v self-assigned this Apr 6, 2021
@botelastic botelastic bot added the groovy label Apr 6, 2021
@apmmachine
Copy link
Contributor

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

  • Start Time: 2021-04-06T12:44:32.671+0000

  • Duration: 38 min 56 sec

  • Commit: 543a43d

Test stats 🧪

Test Results
Failed 0
Passed 1099
Skipped 2
Total 1101

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 1099
Skipped 2
Total 1101

@mergify mergify bot merged commit c8f9802 into elastic:master Apr 6, 2021
v1v referenced this pull request in v1v/apm-pipeline-library Apr 7, 2021
* 'master' of github.com:elastic/apm-pipeline-library:
  test: add Ubuntu 20.04 to the tests (#1068)
  docs: update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release v1.1.208
  Disable unique ephemeral worker by default (#1067)
t checkout -b# the commit.
v1v added a commit that referenced this pull request Apr 18, 2021
* upstream/master: (56 commits)
  docs: update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release v1.1.209
  security: disable codecov bash updater
  chore(deps-dev): bump mockito-core from 3.8.0 to 3.9.0 (#1073)
  fix: use toJSON instead readJSON (#1071)
  test-infra: add curl validation on windows (#1069)
  CI: skip using ubuntu label in the beats test-infra (#1070)
  test: add Ubuntu 20.04 to the tests (#1068)
  docs: update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release v1.1.208
  Disable unique ephemeral worker by default (#1067)
  Fix and simplify buildStatus step (#1066)
  Add benchmark reporter image to build pipeline (#1065)
  docs: update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release v1.1.207
  feat: stage status cache (#1061)
  feat: step hasCommentAuthorWritePermissions (#1064)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants