Skip to content

Commit

Permalink
remove agent update test and py27 version from build (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 authored Jun 20, 2023
1 parent 8ddadf8 commit 2acdf7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
fail-fast: false
matrix:
include:

- python-version: 2.7
PYLINTOPTS: "--rcfile=ci/2.7.pylintrc --ignore=tests_e2e,makepkg.py"
# py27 version no longer supported by github build runners. So disabling it until fix is found.
# - python-version: 2.7
# PYLINTOPTS: "--rcfile=ci/2.7.pylintrc --ignore=tests_e2e,makepkg.py"

- python-version: 3.5
PYLINTOPTS: "--rcfile=ci/3.6.pylintrc --ignore=tests_e2e,makepkg.py"
Expand Down
2 changes: 1 addition & 1 deletion tests_e2e/orchestrator/runbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ variable:
#
# The test suites to execute
- name: test_suites
value: "agent_bvt, no_outbound_connections, extensions_disabled, agent_not_provisioned, agent_update, fips"
value: "agent_bvt, no_outbound_connections, extensions_disabled, agent_not_provisioned, fips"
- name: cloud
value: "AzureCloud"
is_case_visible: true
Expand Down

0 comments on commit 2acdf7f

Please sign in to comment.