Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update N-1 and N-2 configs
  • Loading branch information
stuartmorgan-g committed Aug 7, 2024
commit 219a4e8076456c60212f2bf58e2a6866f744c581
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.22.0"
channel: "3.22.3"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This change looks wrong, but that's only because I apparently messed this up last time. It should have been 3.19.0 prior to this PR, which means we've been analyzing with N-2, but not actually with N-1, for the past stable cycle 😬

env_variables: >-
{
"CHANNEL": "3.22.0"
"CHANNEL": "3.22.3"
}

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

- name: Linux_android custom_package_tests master
Expand Down