From 8a014f733d109c07ca285e53c63e5e0433576289 Mon Sep 17 00:00:00 2001 From: nliberma Date: Sun, 3 Dec 2023 17:14:34 +0200 Subject: [PATCH 1/2] DEVOPS-2228 - gProfiler to phillips runners module --- .github/workflows/build-test-deploy.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 3c7adcd0e..0a75c326f 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -107,11 +107,14 @@ jobs: NO_APT_INSTALL=1 ./tests/test.sh --exec-container-image ${{ matrix.containers }} --executable dist/gprofiler -k test_executable build-executable-aarch64: - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') runs-on: - self-hosted - public - ARM64 + - gprofiler + - EC2 + - linux steps: - name: Checkout Code uses: actions/checkout@v3 @@ -119,8 +122,8 @@ jobs: fetch-depth: 0 submodules: true - - name: Set up requirements - run: scripts/setup_runner_requirements.sh + # - name: Set up requirements + # run: scripts/setup_runner_requirements.sh - name: Get and verify tag value run: | @@ -280,6 +283,7 @@ jobs: - self-hosted - public - ARM64 + - gprofiler steps: - name: Checkout Code uses: actions/checkout@v3 @@ -287,8 +291,8 @@ jobs: fetch-depth: 0 submodules: true - - name: Set up runner requirements - run: scripts/setup_runner_requirements.sh + # - name: Set up runner requirements + # run: scripts/setup_runner_requirements.sh - name: Get and verify tag value run: ./scripts/verify_tag.sh From 6618e8bdc93045c2f066f83511e5616ad71cbfec Mon Sep 17 00:00:00 2001 From: Shahar Shitrit Date: Wed, 6 Dec 2023 12:10:06 +0200 Subject: [PATCH 2/2] exact labels matcher --- .github/workflows/build-test-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 0a75c326f..2e91b270e 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -284,6 +284,8 @@ jobs: - public - ARM64 - gprofiler + - EC2 + - linux steps: - name: Checkout Code uses: actions/checkout@v3