Skip to content

Commit

Permalink
DEVOPS-2228 - gProfiler to phillips runners module
Browse files Browse the repository at this point in the history
  • Loading branch information
nliberma authored and nliberma committed Dec 3, 2023
1 parent fc57b0b commit 8a014f7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,23 @@ 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
with:
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: |
Expand Down Expand Up @@ -280,15 +283,16 @@ jobs:
- self-hosted
- public
- ARM64
- gprofiler
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
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
Expand Down

0 comments on commit 8a014f7

Please sign in to comment.