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

[FLINK-34989][ci] Reduces number of concurrent jobs for nightly runs #24606

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

XComp
Copy link
Contributor

@XComp XComp commented Apr 2, 2024

What is the purpose of the change

See FLINK-34989 for further details

Brief change log

  • Introduced composite step to extract the release branch dynamically
  • Dynamically selects release branch for nightly build: We reduce the nightly builds to running only every three days for now to reduce load on the runners
  • Sets max-parallelism for test profiles to 2 which will limit the utilized runners to 20 (each test profile having 10+1 runners)

Verifying this change

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no
  • The serializers: no
  • The runtime per-record code paths (performance sensitive): no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

@XComp XComp changed the title Flink 34989 [FLINK-34989][ci] Reduces number of concurrent jobs for nightly runs Apr 2, 2024
@flinkbot
Copy link
Collaborator

flinkbot commented Apr 2, 2024

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@XComp XComp force-pushed the FLINK-34989 branch 2 times, most recently from 76325b6 to 4aedf02 Compare April 2, 2024 14:09
@XComp XComp force-pushed the FLINK-34989 branch 2 times, most recently from f3cad63 to 224129c Compare April 2, 2024 15:56
We only want to have master run every day. The release branches should be limited to one run every 3rd day.
@XComp XComp marked this pull request as ready for review April 2, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants