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

fix and disable icon checks #626

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

Conversation

carebare47
Copy link
Contributor

Proposed changes

Up until #625, the deployment tests for icon's hadn't been running (as the ec2 instances for testing were running ubuntu 18 instead of 20).

This PR largely makes the aurora/ansible components of these checks run, up until the python scripts that check the icons had been created. The asserts in these scripts have been disabled (for now) as we don't have enough time to look at them right now. We need to come back, re-enable and fix these ASAP. Likely something to do with ansible checking for their existence on the wrong machine (server vs control node).

Checklist

Before posting a PR ensure that from each of the below categories AT LEAST ONE BOX HAS BEEN CHECKED. If more than one category is applicable then more can be checked. Also ensure that the proposed changes have been filled out with relevant information for reviewers.

Tests

  • No tests required to be added. (For small changes that will be tested by CI/CD infrastructure).
  • Added/Modified automated and PhantomHand CI tests (if a new class is added (Python or C++), the interface of that class must be unit tested).
  • Manually tested in simulation (if simulation specific or no hardware required to test the functionality).
  • Manually tested on hardware (if hardware specific or related).

Documentation

  • No documentation required to be added.
  • Added documentation (For any new feature, explain what it does and how to use it. Write the documentation in a relevant space, e.g. Github, Confluence, etc).
  • Updated documentation (For changes to pre-existing features mentioned in the documentation).

@carebare47 carebare47 requested review from a team as code owners September 30, 2024 10:52
@@ -101,10 +101,10 @@ def test_icons_in_docker(host):
'shadow_zero_force_mode_left',
'close_everything'
)
for icon in icons:
assert host.file(f"{desktop_path}{icon}.desktop").exists
# for icon in icons:
Copy link
Contributor

Choose a reason for hiding this comment

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

For all the commented out blocks, can we add a comment explaining what is the issue that made us comment them out?
Also mention if there are plans to reinstate the blocks once the issue is addressed.

@@ -68,6 +68,7 @@
shell_script_file_name: close_right_hand.sh
icon_file_name: close-hand-icon-right.png
start_terminal: "false"
changed_when: false
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explain what is the effect of this?
As far as I understand this task is just creating an icon.

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