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

Clean up CI workflows by removing "matrix" strategy, simplifying names #3196

Merged
merged 2 commits into from
Aug 21, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 18, 2022

Which issue does this PR close?

Next installment of #3045

Rationale for this change

The CI checks make use of the 'matrix' strategy (see docs) but have only one matrix combination. This makes them overly confusing.

As part of cleaning up the DataFusion CI I am first pruning out unnecessary complexity first

What changes are included in this PR?

  1. Remove matrix strategy config for jobs that have a single combination
  2. Rename the jobs to be consistent

Are there any user-facing changes?

No

@alamb alamb added the development-process Related to development process of DataFusion label Aug 18, 2022
@github-actions github-actions bot removed the development-process Related to development process of DataFusion label Aug 18, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3196 (5d11f51) into master (929eb6d) will decrease coverage by 0.00%.
The diff coverage is n/a.

❗ Current head 5d11f51 differs from pull request most recent head ca349a4. Consider uploading reports for the commit ca349a4 to get more accurate results

@@            Coverage Diff             @@
##           master    #3196      +/-   ##
==========================================
- Coverage   85.87%   85.87%   -0.01%     
==========================================
  Files         291      291              
  Lines       52885    52885              
==========================================
- Hits        45415    45414       -1     
- Misses       7470     7471       +1     
Impacted Files Coverage Δ
datafusion/expr/src/logical_plan/plan.rs 77.60% <0.00%> (-0.18%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@alamb alamb marked this pull request as ready for review August 19, 2022 10:14
Copy link
Member

@jackwener jackwener left a comment

Choose a reason for hiding this comment

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

This PR make these name clearer and more intuitive👍

@@ -395,8 +364,8 @@ jobs:
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Rust toolchain
run: |
rustup toolchain install ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
rustup toolchain install nightly-2022-01-17
Copy link
Member

Choose a reason for hiding this comment

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

why use this version?
Is there a possibility that this version needs to be updated later?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we probably pinned the version a while ago when some nightly had issues. I think updating it would be a great idea (and as you say a good follow on PR)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Follow on PR: #3215 (will need some work)

@alamb alamb merged commit 4838564 into apache:master Aug 21, 2022
@alamb alamb deleted the alamb/ci_names branch August 21, 2022 10:59
@ursabot
Copy link

ursabot commented Aug 21, 2022

Benchmark runs are scheduled for baseline = 72487cf and contender = 4838564. 4838564 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants