Skip to content

Commit

Permalink
Run tests in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <monthonk@amazon.com>
  • Loading branch information
monthonk committed Jun 25, 2024
1 parent 52865e5 commit 17b07e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Benchmarks

on:
push:
branches: [ "main", "wf-changes/**" ]
branches: [ "ci-test", "wf-changes/**" ]

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration tests

on:
push:
branches: [ "main", "wf-changes/**" ]
branches: [ "ci-test", "wf-changes/**" ]
merge_group:
types: [ "checks_requested" ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Packaging

on:
push:
branches: [ "main" ]
branches: [ "ci-test" ]
pull_request:
branches: [ "main" ]
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches: [ "main" ]
branches: [ "ci-test" ]
pull_request:
branches: [ "main" ]
merge_group:
Expand Down

1 comment on commit 17b07e1

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 17b07e1 Previous: d3b632d Ratio
random_read_four_threads_direct_io 2.006640625 MiB/s 4.36201171875 MiB/s 2.17
random_read_four_threads 1.80693359375 MiB/s 4.0427734375 MiB/s 2.24

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.