Skip to content

fix(abr-testing, scripts): fixes to Make files and adding build to pipfile #18661

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

Merged
merged 2 commits into from
Jun 17, 2025

Conversation

rclarke0
Copy link
Contributor

Overview

Fixes to abr-testing make file and made the remote install script executable before running to avoid permission errors

Test Plan and Hands on Testing

Added build package to abr-testing pipfile

line added to scripts/push.mk
This line ensures that the remote script /var/install-dist-remote.sh is made executable (chmod a+x) after it is copied to the robot via scp. On my computer I was running into permission issues before this line was added.

Changelog

Review requests

Risk assessment

@rclarke0 rclarke0 requested a review from a team as a code owner June 17, 2025 19:23
@@ -35,6 +35,7 @@ $(if $(is-windows), echo "when using windows with an openSSH version larger then
define push-python
scp $(call id-file-arg,$(2)) $(scp-legacy-option-flag) $(3) $(4) root@$(1):/var/$(notdir $(4))
scp $(call id-file-arg,$(2)) $(scp-legacy-option-flag) $(3) $(dir $(realpath $(lastword $(MAKEFILE_LIST))))/install-dist-remote.sh root@$(1):/var/
ssh $(call id-file-arg,$(2)) $(3) root@$(1) chmod a+x /var/install-dist-remote.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

def need this, thank you!

Copy link
Contributor

@vegano1 vegano1 left a comment

Choose a reason for hiding this comment

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

thank you

Copy link

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.88%. Comparing base (ada6450) to head (83e7891).
Report is 1 commits behind head on edge.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             edge   #18661      +/-   ##
==========================================
- Coverage   25.72%   23.88%   -1.84%     
==========================================
  Files        3282     3282              
  Lines      283863   283858       -5     
  Branches    28576    28576              
==========================================
- Hits        73016    67803    -5213     
- Misses     210820   216030    +5210     
+ Partials       27       25       -2     
Flag Coverage Δ
app 0.33% <ø> (-2.77%) ⬇️

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

see 105 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rclarke0 rclarke0 merged commit c3eb2f2 into edge Jun 17, 2025
62 of 71 checks passed
@rclarke0 rclarke0 deleted the abr-make-fixes branch June 17, 2025 20:27
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.

2 participants