From 2d9f189713defcb40dd7063e06c99235a085cc6e Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Thu, 17 Feb 2022 17:10:49 +0100 Subject: [PATCH] ci: remove matrix option from test-splunk-matrix step While we are migrating to Kubernetes, I think it will be still valuable to remove bug in a pipeline not to waste Github's resources for no reason and maybe speed up our pipeline. --- .github/workflows/build-test-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 2215cacea..3912cf3be 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -184,13 +184,12 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] splunk-version: [8.1, 8.2] steps: - uses: actions/checkout@v2 with: submodules: true - - name: Set up OS=${{ matrix.os }}::Python=3.7::Splunk=${{ matrix.splunk-version }} + - name: Set up OS=ubuntu-latest::Python=3.7::Splunk=${{ matrix.splunk-version }} uses: actions/setup-python@v1 with: python-version: 3.7