-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
CI Workflow Improvements and Fixes #1056
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SergeyShorokhov
added
Type: 🛠️ maintenance
Tasks related to technical debt, infrastructure upkeep.
Type: 🛑 dependency
Routine tasks, maintenance, or non-user-facing changes.
labels
Oct 15, 2024
SergeyShorokhov
force-pushed
the
fix/testdemos-new-image
branch
3 times, most recently
from
October 17, 2024 15:12
6fde7f7
to
1bd6b79
Compare
and use `matrix:strategy` for run tests
- fix #1004 too
SergeyShorokhov
force-pushed
the
fix/testdemos-new-image
branch
4 times, most recently
from
October 18, 2024 11:03
6fb793c
to
e36b503
Compare
SergeyShorokhov
force-pushed
the
fix/testdemos-new-image
branch
2 times, most recently
from
October 18, 2024 13:35
93ea4ef
to
7a4c192
Compare
- Replace `ICC` by `GCC`
SergeyShorokhov
force-pushed
the
fix/testdemos-new-image
branch
from
October 18, 2024 13:46
7a4c192
to
0b9f1d5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
SergeyShorokhov
changed the title
New testdemos image:
CI Workflow Improvements and Fixes
Oct 29, 2024
rehldsorg/testdemos:latest
SergeyShorokhov
added
Priority: 🔥 high
Tasks with high priority that require immediate attention.
and removed
Status: 🕹️ on hold
Task temporarily on hold.
labels
Oct 29, 2024
s1lentq
approved these changes
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: 🔥 high
Tasks with high priority that require immediate attention.
Type: 🛑 dependency
Routine tasks, maintenance, or non-user-facing changes.
Type: 🛠️ maintenance
Tasks related to technical debt, infrastructure upkeep.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CI Workflow Improvements and Fixes
This pull request introduces several key changes to improve the CI pipeline in the
rehlds
repository, addressing compatibility issues, standardizing CI processes, and optimizing artifact handling.Fixes
*-latest
OS versions, fixing failures caused by outdated Node.js versions incompatible with legacy actions. Updated container configurations for build and test demos to match this requirement.Changes
Action Updates
checkout
action to version 4 andupload-artifact
/download-artifact
actions to version 4 for more consistent and secure artifact management.Demo Testing Enhancements
ubuntu-latest
for demo tests and updated the container torehldsorg/testdemos:latest
.runTest.sh
for efficient test execution.Linux Dependency Management
Consistent CI Standard Across Repositories
rehlds
,regamedll
) to ensure a consistent workflow structure.Impact
These updates improve the CI workflow's reliability, maintainability, and simplify artifact management, ensuring smoother contributions across all related repositories.
refer: