-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
6fde7f7
to
1bd6b79
Compare
and use `matrix:strategy` for run tests
- fix #1004 too
6fb793c
to
e36b503
Compare
93ea4ef
to
7a4c192
Compare
- Replace `ICC` by `GCC`
7a4c192
to
0b9f1d5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
rehldsorg/testdemos:latest
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: