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

Cirrus: Re-order tasks for more parallelism #3707

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

cevich
Copy link
Member

@cevich cevich commented Jan 12, 2022

What type of PR is this?

/kind other

What this PR does / why we need it:

Execute all tasks in three dependent, parallel groups

  1. Meta + smoke + vendor + cross
  2. Unit + int. + containerized-int. + conformance
  3. Success

How to verify it

CI will pass in less than 55 minutes

Which issue(s) this PR fixes:

Ref: #3699 (comment)

Special notes for your reviewer:

Depending on overall CI system load, queuing may reduce the number of parallel jobs actually run. This aspect is almost entirely outside of our control/influence.

Does this PR introduce a user-facing change?

None

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 12, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cevich

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Execute all tasks in three dependent, parallel groups

1. Meta + smoke + vendor + cross
2. Unit + int. + containerized-int. + conformance
3. Success

Signed-off-by: Chris Evich <cevich@redhat.com>
@cevich
Copy link
Member Author

cevich commented Jan 12, 2022

Observation: Yeah, the second set of tasks are queuing apparently in a group of 10. So at least one conformance (or other random task) will block. Getting around this involves either paying Cirrus-CI or removing one task (or matrix element).

@edsantiago
Copy link
Collaborator

Task map: cirrus-map-pr3707

@rhatdan
Copy link
Member

rhatdan commented Jan 12, 2022

LGTM

1 similar comment
@TomSweeneyRedHat
Copy link
Member

LGTM

@TomSweeneyRedHat
Copy link
Member

j/lgtm

@TomSweeneyRedHat
Copy link
Member

oops
/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jan 12, 2022
@openshift-merge-robot openshift-merge-robot merged commit 5a3f634 into containers:main Jan 12, 2022
@cevich
Copy link
Member Author

cevich commented Jan 13, 2022

Ugh. Hopefully it's a rare hiccup, but running this way actually took LONGER than the average (by 10 minutes) 😞

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants