Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVOPS-2228 - gProfiler to phillips runners module #864

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 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,18 @@ jobs:
- self-hosted
- public
- ARM64
- gprofiler
- EC2
- linux
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
Loading