diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fd97db30..7b72471c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -193,7 +193,7 @@ jobs: # Runs E2E tests using the packages available in the tmp-pr-#PR prerelease run_e2e_tests_prerelease: - needs: [ setup_environment,upload_official_packages_to_prerelease ] + needs: [ setup_environment,sign_suse_packages ] name: Run E2E tests by installing NRIA from Production and installing Fluent Bit from the PR pre-release uses: ./.github/workflows/run_e2e_tests.yml with: diff --git a/versions/sles_15.3.yml b/versions/sles_15.3.yml index ff50413b..2cd72750 100644 --- a/versions/sles_15.3.yml +++ b/versions/sles_15.3.yml @@ -2,4 +2,4 @@ osDistro: sles osVersion: 15.3 packages: - arch: x86_64 - ami: ami-048206b517bb4a5c2 \ No newline at end of file + ami: ami-0c0ca60d1d7619525 \ No newline at end of file diff --git a/versions/sles_15.5.yml b/versions/sles_15.5.yml index 6905d743..6e419a9a 100644 --- a/versions/sles_15.5.yml +++ b/versions/sles_15.5.yml @@ -2,4 +2,4 @@ osDistro: sles osVersion: 15.5 packages: - arch: x86_64 - ami: ami-056fd006f96380745 \ No newline at end of file + ami: ami-0b7de87a082366f50 \ No newline at end of file diff --git a/versions/strategyMatrix.py b/versions/strategyMatrix.py index f5e97728..9aa80dcb 100644 --- a/versions/strategyMatrix.py +++ b/versions/strategyMatrix.py @@ -186,7 +186,7 @@ def list_distro_files(): return [ filename for filename in os.listdir(".") - if (filename.startswith("debian")) + if (filename.startswith("sles_15.3") or filename.startswith("sles_15.4") or filename.startswith("sles_12.5") or filename.startswith("sles_15.5")) and filename != "common.yml" ] except Exception as e: