Skip to content
Prev Previous commit
Next Next commit
Update N-1 and N-2 tests
  • Loading branch information
stuartmorgan-g committed May 14, 2024
commit 28e9e7d55832436c6e46a126d34089f455c82738
8 changes: 4 additions & 4 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,21 +292,21 @@ targets:
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.16.9"
channel: "3.22.6"
env_variables: >-
{
"CHANNEL": "3.16.9"
"CHANNEL": "3.22.6"
}

- name: Linux analyze_legacy N-2
recipe: packages/packages
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.13.9"
channel: "3.16.9"
env_variables: >-
{
"CHANNEL": "3.13.9"
"CHANNEL": "3.16.9"
}

- name: Linux_android custom_package_tests master
Expand Down