[go: nahoru, domu]

Skip to content

Commit

Permalink
trigger CI on push commits for easy debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Jun 2, 2022
1 parent 1513670 commit 18e384b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/arm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build and test pip wheel
shell: bash
run: |
tf_project_name=$((${{ github.event_name == 'schedule' }} ? 'tf_nightly_cpu_aws' : 'tensorflow_cpu_aws' )) && \
tf_project_name='tensorflow_cpu_aws' && ${{ github.event_name == 'schedule' }} && tf_project_name='tf_nightly_cpu_aws'
echo "PyPI project name:" $tf_project_name
CI_DOCKER_BUILD_EXTRA_PARAMS='--build-arg py_major_minor_version=${{ matrix.pyver }} --build-arg pypi_project_name=${tf_project_name}' \
./tensorflow/tools/ci_build/ci_build.sh cpu.arm64 bash tensorflow/tools/ci_build/rel/ubuntu/cpu_arm64_pip.sh
- name: Upload pip wheel to PyPI
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/arm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
name: ARM CI

on:
push:
branches:
- master
- r2.**
pull_request:
types: [opened, synchronize, reopened]
branches:
Expand All @@ -27,7 +31,7 @@ jobs:
runs-on: [self-hosted, linux, ARM64]
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10']
pyver: ['3.10']
steps:
- name: Stop old running containers (if any)
shell: bash
Expand Down

0 comments on commit 18e384b

Please sign in to comment.