Skip to content

[ci] Reduce tasks slightly #6011

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

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
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
31 changes: 4 additions & 27 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,6 @@ platform_properties:
}

targets:
### Linux-host general tasks ###
- name: Linux repo_tools_tests
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
target_file: repo_tools_tests.yaml
channel: master
version_file: flutter_master.version
env_variables: >-
{
"CHANNEL": "master"
}

- name: Linux repo_checks
recipe: packages/packages
timeout: 30
Expand Down Expand Up @@ -281,19 +267,10 @@ targets:
"CHANNEL": "stable"
}

- name: Linux analyze_downgraded master
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
target_file: analyze_downgraded.yaml
channel: master
version_file: flutter_master.version
env_variables: >-
{
"CHANNEL": "master"
}

# This is only run on stable since it's extremely likely that stable will
# resolve to packages that are older (or at least as old) than on master, so
# running a second copy with master is very unlikely to catch anything that
# this doesn't.
- name: Linux analyze_downgraded stable
recipe: packages/packages
timeout: 30
Expand Down
2 changes: 2 additions & 0 deletions .ci/targets/repo_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
infra_step: true # Note infra steps failing prevents "always" from running.
- name: tool unit tests
script: .ci/scripts/plugin_tools_tests.sh
Copy link
Member

Choose a reason for hiding this comment

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

As per the note above, should this one be an infra_step: true as well?

- name: format
script: script/tool_runner.sh
# Skip Swift formatting on Linux builders.
Expand Down