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

e2e,gpu,fpga: divide single It() to have multiple layers #1491

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

hj-johannes-lee
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #1491 (75688cc) into main (dc6979f) will decrease coverage by 0.07%.
The diff coverage is n/a.

❗ Current head 75688cc differs from pull request most recent head 2cbd22c. Consider uploading reports for the commit 2cbd22c to get more accurate results

@@            Coverage Diff             @@
##             main    #1491      +/-   ##
==========================================
- Coverage   50.10%   50.04%   -0.07%     
==========================================
  Files          43       43              
  Lines        4884     4884              
==========================================
- Hits         2447     2444       -3     
- Misses       2299     2301       +2     
- Partials      138      139       +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hj-johannes-lee hj-johannes-lee marked this pull request as ready for review August 15, 2023 08:06
@hj-johannes-lee hj-johannes-lee marked this pull request as draft August 15, 2023 08:06
Structure is as follows:
Describe("FPGA plugin")
  Context("af mode")
    BeforeEach("run device plugin")
    It("runs a pod requesting resources")
  Context("region mode")
    BeforeEach("run device plugin")
    It("runs a pod requesting resources")

Signed-off-by: hj-johannes-lee <hyeongju.lee@intel.com>
Structure is as follows:
Describe("GPU plugin")
  BeforeEach("deploys plugin")
  Context("When device resources are available")
    BeforeEach("checks if resources are available")
    It("runs a pod requesting resources")

Signed-off-by: hj-johannes-lee <hyeongju.lee@intel.com>
@hj-johannes-lee hj-johannes-lee merged commit a70651f into intel:main Aug 16, 2023
69 checks passed
@hj-johannes-lee
Copy link
Contributor Author

@tkatila Sorry, Tuomas, that I did not wait your approval. If you find something else to be changed, let me fix it in another PR in the future.

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.

None yet

3 participants