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

fix automation nightly tests (DEVSVCS-160) #14163

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 5
nodes: 3
os: ubuntu22.04-8cores-32GB
network: SIMULATED
command: -run ^TestAutomationNodeUpgrade/registry_2_1 ./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: 5
nodes: 3
os: ubuntu22.04-8cores-32GB
network: SIMULATED
command: -run ^TestAutomationNodeUpgrade/registry_2_2 ./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
Loading