From 2acdf7f58b90c2c5cf7a1be57267d019e54782aa Mon Sep 17 00:00:00 2001 From: Nageswara Nandigam <84482346+nagworld9@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:42:34 -0700 Subject: [PATCH] remove agent update test and py27 version from build (#2853) --- .github/workflows/ci_pr.yml | 6 +++--- tests_e2e/orchestrator/runbook.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_pr.yml b/.github/workflows/ci_pr.yml index 4e8b299671..da8519f8a6 100644 --- a/.github/workflows/ci_pr.yml +++ b/.github/workflows/ci_pr.yml @@ -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" diff --git a/tests_e2e/orchestrator/runbook.yml b/tests_e2e/orchestrator/runbook.yml index a733b8abd4..a1370bd6e7 100644 --- a/tests_e2e/orchestrator/runbook.yml +++ b/tests_e2e/orchestrator/runbook.yml @@ -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