Skip to content

Commit

Permalink
reduce number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Aug 20, 2024
1 parent 4ab3798 commit 239b99e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/automation-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@ jobs:
id: upgrade-2-0
suite: smoke
nodes: 1
os: ubuntu22.04-8cores-32GB
os: ubuntu-latest
network: SIMULATED
command: -run ^TestAutomationNodeUpgrade/registry_2_0 ./smoke
- name: Upgrade 2.1
id: upgrade-2-1
suite: smoke
nodes: 1
nodes: 3
os: ubuntu22.04-8cores-32GB
network: SIMULATED
command: -run ^TestAutomationNodeUpgrade/registry_2_1_logtrigger ./smoke
command: -run ^TestAutomationNodeUpgrade/registry_2_1_conditional|TestAutomationNodeUpgrade/registry_2_1_logtrigger|TestAutomationNodeUpgrade/registry_2_1_with_mercury_v03 ./smoke
- name: Upgrade 2.2
id: upgrade-2-2
suite: smoke
nodes: 1
nodes: 3
os: ubuntu22.04-8cores-32GB
network: SIMULATED
command: -run ^TestAutomationNodeUpgrade/registry_2_2_conditional ./smoke
command: -run ^TestAutomationNodeUpgrade/registry_2_2_conditional|TestAutomationNodeUpgrade/registry_2_2_logtrigger|TestAutomationNodeUpgrade/registry_2_2_with_mercury_v03 ./smoke
runs-on: ${{ matrix.tests.os }}
name: Automation ${{ matrix.tests.name }} Test
steps:
Expand Down

0 comments on commit 239b99e

Please sign in to comment.