[chore] Adding nightly tests against next RHDH tag#180
[chore] Adding nightly tests against next RHDH tag#180OpinionatedHeron wants to merge 44 commits into
Conversation
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Creating Nightly test for RHDH Local
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Updating tests due to failures
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Updating github-script to use correct Node version
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeTests, Enhancement Description
|
| Relevant files | |||
|---|---|---|---|
| Tests |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
|
Jobs are passing for main, but failing for 1.9, 1.8, and 1.7 because it cannot find the action file without cherry-picking: https://github.com/OpinionatedHeron/rhdh-local/actions/runs/25003559224 |
|
Test Fail reason - Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/rhdh-local/rhdh-local/.github/actions/rhdh-local-compose-test'. Did you forget to run actions/checkout before running your local action? |
|
/agentic_review |
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
|
Made recommended changes, and removed developer-lightspeed/compose-with-ollama.yaml as tests were failing because this file was removed in a previous commit. Nightly tests passing on main: |
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
|
Should pull the correct catalog image index tag now - added create .env so that the compose config would use the correct tag during testing. Nightly tests are passing for main: https://github.com/OpinionatedHeron/rhdh-local/actions/runs/25502242340 |
|
/agentic_review |
|
Persistent review updated to latest commit d513065 |
Signed-off-by: Leanne Ahern <lahern@redhat.com>
|



Description
Added a nightly workflow to RHDH Local in order to run tests against the next RHDH tag. Tried to ensure that it would test all release branches, even if new ones are created.
Which issue(s) does this PR fix or relate to
RHIDP-12133
PR acceptance criteria
How to test changes / Special notes to the reviewer
Tested workflow in my own fork, all tests seem to have run as expected but there were some failures for 1.8 and 1.7 - mostly related to arm, so I think they are to be expected.