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

build: INFENG-940: Fix logic error in CircleCI config make-component job #10143

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

davidfluck-hpe
Copy link
Contributor

Ticket

INFENG-940

Description

Reverse the polarity of the CircleCI make-component job so it obeys the dryrun boolean variable properly, otherwise it will work the opposite way.

Test Plan

Obverse the if statement and make sure it's correct.

Checklist

  • Changes have been manually QA'd
  • New features have been approved by the corresponding PM
  • User-facing API changes have the "User-facing API Change" label
  • Release notes have been added as a separate file under docs/release-notes/
    See Release Note for details.
  • Licenses have been included for new code which was copied and/or modified from any external code

it to run dryrun and production jobs as the inverse of the dryrun
boolean variable. I.e. the opposite behavior.
Copy link

netlify bot commented Oct 27, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit 76e583e
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/671e6ef7c2f43200085d45e1

Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.46%. Comparing base (00870f5) to head (76e583e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10143      +/-   ##
==========================================
+ Coverage   54.25%   58.46%   +4.21%     
==========================================
  Files        1259      754     -505     
  Lines      157257   104292   -52965     
  Branches     3642     3641       -1     
==========================================
- Hits        85323    60978   -24345     
+ Misses      71801    43181   -28620     
  Partials      133      133              
Flag Coverage Δ
backend 43.80% <ø> (-2.09%) ⬇️
harness 71.15% <ø> (ø)
web 54.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 506 files with indirect coverage changes

@davidfluck-hpe davidfluck-hpe merged commit 69b93b0 into main Oct 27, 2024
78 of 95 checks passed
@davidfluck-hpe davidfluck-hpe deleted the INFENG-940-fix-ci-make-component branch October 27, 2024 17:19
thiagodallacqua-hpe pushed a commit that referenced this pull request Oct 28, 2024
…job (#10143)

Fix logic error in CircleCI config make-component job that would cause
it to run dryrun and production jobs as the inverse of the dryrun
boolean variable. I.e. the opposite behavior.
thiagodallacqua-hpe pushed a commit that referenced this pull request Oct 28, 2024
…job (#10143)

Fix logic error in CircleCI config make-component job that would cause
it to run dryrun and production jobs as the inverse of the dryrun
boolean variable. I.e. the opposite behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant