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

Re-split ciGroups after pipeline rollout #46375

Merged
merged 6 commits into from
Sep 25, 2019

Conversation

brianseeders
Copy link
Contributor

ciGroups were combined to cut down on the number of Jenkins workers we needed per build. Now that pipelines are rolled out, we can split them back out without increasing the number of workers.

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (elastic#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (elastic#45850)"

This reverts commit b1a01ef.
@brianseeders brianseeders added release_note:skip Skip the PR/issue when compiling release notes Feature:CI Continuous integration labels Sep 23, 2019
@brianseeders brianseeders self-assigned this Sep 23, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@brianseeders
Copy link
Contributor Author

I'm looking at x-pack ciGroup8, because it's really slow and is keeping the run time pretty high.

It's primarily the spaces api integration tests. They are taking about 2/3 of the time spent in ciGroup8. Worst-case scenario, we could probably add an x-pack parallel worker or two (without adding machines), but I'm seeing if there's anything else we might be able to do.

Those tests are generally pretty quick, but there's so many of them, most of the time is spent in setup/teardown.

@spalger
Copy link
Contributor

spalger commented Sep 24, 2019

The only other option I can imagine is to split the tests up and put them in existing ciGroups (I prefer giving them their own ciGroup assuming we're not already at the edge of capacity)

Some low times:

  • xpack-ciGroup1 21m 22s
  • xpack-ciGroup9 24m 7s
  • xpack-ciGroup3 28m 40s
  • xpack-ciGroup7 28m 47s

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@brianseeders
Copy link
Contributor Author

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@spalger spalger merged commit cafc857 into elastic:master Sep 25, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Sep 25, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (elastic#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (elastic#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around
spalger pushed a commit to spalger/kibana that referenced this pull request Sep 25, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (elastic#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (elastic#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around
spalger pushed a commit to spalger/kibana that referenced this pull request Sep 25, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (elastic#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (elastic#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around

# Conflicts:
#	x-pack/test/alerting_api_integration/security_and_spaces/tests/index.ts
#	x-pack/test/alerting_api_integration/spaces_only/tests/index.ts
#	x-pack/test/oidc_api_integration/apis/authorization_code_flow/index.js
#	x-pack/test/oidc_api_integration/apis/implicit_flow/index.ts
#	x-pack/test/pki_api_integration/apis/index.ts
#	x-pack/test/visual_regression/tests/maps/index.js
spalger pushed a commit to spalger/kibana that referenced this pull request Sep 25, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (elastic#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (elastic#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around

# Conflicts:
#	.ci/jobs.yml
#	.ci/run.sh
#	Jenkinsfile
#	test/functional/apps/visualize/index.ts
#	test/mocha_decorations.d.ts
#	test/scripts/jenkins_firefox_smoke.sh
#	test/scripts/jenkins_xpack_ci_group.sh
#	test/scripts/jenkins_xpack_firefox_smoke.sh
#	x-pack/test/alerting_api_integration/security_and_spaces/tests/index.ts
#	x-pack/test/alerting_api_integration/spaces_only/tests/index.ts
#	x-pack/test/api_integration/apis/index.js
#	x-pack/test/api_integration/apis/spaces/index.ts
#	x-pack/test/functional/apps/apm/index.ts
#	x-pack/test/functional/apps/dashboard_mode/index.js
#	x-pack/test/functional/apps/index_lifecycle_management/index.ts
#	x-pack/test/functional/apps/infra/index.ts
#	x-pack/test/functional/apps/license_management/index.ts
#	x-pack/test/functional/apps/maps/index.js
#	x-pack/test/functional/apps/uptime/index.ts
#	x-pack/test/kerberos_api_integration/apis/index.ts
#	x-pack/test/oidc_api_integration/apis/authorization_code_flow/index.js
#	x-pack/test/oidc_api_integration/apis/implicit_flow/index.ts
#	x-pack/test/pki_api_integration/apis/index.ts
#	x-pack/test/saved_object_api_integration/security_only/apis/index.ts
#	x-pack/test/spaces_api_integration/security_and_spaces/apis/index.ts
#	x-pack/test/ui_capabilities/security_and_spaces/tests/index.ts
#	x-pack/test/ui_capabilities/security_only/tests/index.ts
#	x-pack/test/ui_capabilities/spaces_only/tests/index.ts
#	x-pack/test/upgrade_assistant_integration/upgrade_assistant/index.js
#	x-pack/test/visual_regression/tests/maps/index.js
spalger pushed a commit that referenced this pull request Sep 25, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around

# Conflicts:
#	x-pack/test/alerting_api_integration/security_and_spaces/tests/index.ts
#	x-pack/test/alerting_api_integration/spaces_only/tests/index.ts
#	x-pack/test/oidc_api_integration/apis/authorization_code_flow/index.js
#	x-pack/test/oidc_api_integration/apis/implicit_flow/index.ts
#	x-pack/test/pki_api_integration/apis/index.ts
#	x-pack/test/visual_regression/tests/maps/index.js
@spalger
Copy link
Contributor

spalger commented Sep 25, 2019

7.x/7.5: 2e2e1ea
7.4: c572c01
7.3: 50133fa
6.8: 6df1cf3

spalger pushed a commit that referenced this pull request Sep 26, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around
spalger pushed a commit that referenced this pull request Sep 26, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around
spalger pushed a commit that referenced this pull request Sep 26, 2019
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (#45454)"

This reverts commit 9a109f2.

Revert "set IS_PIPELINE_JOB in intake jobs (#45850)"

This reverts commit b1a01ef.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239.

* Move some different xpack ciGroup8 suites around

# Conflicts:
#	.ci/jobs.yml
#	.ci/run.sh
#	Jenkinsfile
#	test/functional/apps/visualize/index.ts
#	test/mocha_decorations.d.ts
#	test/scripts/jenkins_firefox_smoke.sh
#	test/scripts/jenkins_xpack_ci_group.sh
#	test/scripts/jenkins_xpack_firefox_smoke.sh
#	x-pack/test/alerting_api_integration/security_and_spaces/tests/index.ts
#	x-pack/test/alerting_api_integration/spaces_only/tests/index.ts
#	x-pack/test/api_integration/apis/index.js
#	x-pack/test/api_integration/apis/spaces/index.ts
#	x-pack/test/functional/apps/apm/index.ts
#	x-pack/test/functional/apps/dashboard_mode/index.js
#	x-pack/test/functional/apps/index_lifecycle_management/index.ts
#	x-pack/test/functional/apps/infra/index.ts
#	x-pack/test/functional/apps/license_management/index.ts
#	x-pack/test/functional/apps/maps/index.js
#	x-pack/test/functional/apps/uptime/index.ts
#	x-pack/test/kerberos_api_integration/apis/index.ts
#	x-pack/test/oidc_api_integration/apis/authorization_code_flow/index.js
#	x-pack/test/oidc_api_integration/apis/implicit_flow/index.ts
#	x-pack/test/pki_api_integration/apis/index.ts
#	x-pack/test/saved_object_api_integration/security_only/apis/index.ts
#	x-pack/test/spaces_api_integration/security_and_spaces/apis/index.ts
#	x-pack/test/ui_capabilities/security_and_spaces/tests/index.ts
#	x-pack/test/ui_capabilities/security_only/tests/index.ts
#	x-pack/test/ui_capabilities/spaces_only/tests/index.ts
#	x-pack/test/upgrade_assistant_integration/upgrade_assistant/index.js
#	x-pack/test/visual_regression/tests/maps/index.js
@brianseeders brianseeders deleted the split-cigroups branch September 26, 2019 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:CI Continuous integration release_note:skip Skip the PR/issue when compiling release notes v6.8.4 v7.3.2 v7.4.0 v7.5.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants