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

[SW-201504] Trigger Internal Tests #538

Merged
merged 21 commits into from
Jan 12, 2025
Merged

Conversation

RonBenMosheHabana
Copy link
Collaborator

@RonBenMosheHabana RonBenMosheHabana commented Nov 24, 2024

  • Added actionlint.yaml to allow usage of self-hosted runners (without it actionlint will throw error) - I also tried to disable some of shellcheck warnings/errors but couldn't do that so probably this PR should be merged even though actionlint is failing
  • Update Trigger Jenkins workflow - now it will contain 4 jobs:
  1. Dependency Scan - will fail the job if a dependency with high severity vulnerability will be part of the PR
  2. CodeQL Scan - scan the python code itself
  3. Calculate Tests To Trigger - will read the .jenkins/test_config.yaml file and based on it trigger all the tests configured on it
  4. Tests - The tests running on Gaudi resources

Currently it seems that there is an issue with Gaudi infrastructure so tests will probably failed because they cannot be triggered , but the infrastructure for triggering the tests is ready

@kzawora-intel @mgawarkiewicz @michalkuligowski @madamczykhabana - please review and leave comments if you have some

@RonBenMosheHabana RonBenMosheHabana changed the title [SW-201504] Trigger Internal Tests - DO NOT MERGE [SW-201504] Trigger Internal Tests Dec 18, 2024
Copy link

@kzawora-intel kzawora-intel left a comment

Choose a reason for hiding this comment

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

LGTM, please make sure actionlint passes and we can merge this

@RonBenMosheHabana RonBenMosheHabana merged commit c83289e into habana_main Jan 12, 2025
28 checks passed
@RonBenMosheHabana RonBenMosheHabana deleted the SW-201504_1 branch January 12, 2025 10:48
rsshaik1 pushed a commit that referenced this pull request Jan 13, 2025
- Added actionlint.yaml to allow usage of self-hosted runners (without
it actionlint will throw error) - I also tried to disable some of
shellcheck warnings/errors but couldn't do that so probably this PR
should be merged even though actionlint is failing
- Update Trigger Jenkins workflow - now it will contain 4 jobs:
1. Dependency Scan - will fail the job if a dependency with high
severity vulnerability will be part of the PR
2. CodeQL Scan - scan the python code itself 
3. Calculate Tests To Trigger - will read the .jenkins/test_config.yaml
file and based on it trigger all the tests configured on it
4. Tests - The tests running on Gaudi resources
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