From 647e3eae779efede61370359db93008a7fe97a48 Mon Sep 17 00:00:00 2001 From: Lucy Ge Date: Fri, 26 Apr 2024 14:54:32 -0700 Subject: [PATCH] remove changes in ci.yml as it wont run --- .github/workflows/ci.yml | 60 ++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da9f8a2..6926e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,35 +7,35 @@ defaults: shell: bash -l -eo pipefail {0} jobs: - alluxiocommon: - name: Build alluxiocommon - runs-on: ubuntu-latest - timeout-minutes: 10 - strategy: - fail-fase: false - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.10' - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --manifest-path rust/alluxiocommon/Cargo.toml - sccache: 'true' - manylinux: auto - - name: pytest - if: ${{ startsWith(matrix.platform.target, 'x86_64') }} - shell: bash - run: | - set -e - pip install alluxiocommon --find-links dist --force-reinstall - pip install pytest - pytest -vv \ - --log-format="%(asctime)s %(levelname)s %(message)s" \ - --log-date-format="%H:%M:%S" \ - rust/alluxiocommon/tests/ +# alluxiocommon: +# name: Build alluxiocommon +# runs-on: ubuntu-latest +# timeout-minutes: 10 +# strategy: +# fail-fase: false +# steps: +# - uses: actions/checkout@v4 +# - uses: actions/setup-python@v5 +# with: +# python-version: '3.10' +# - name: Build wheels +# uses: PyO3/maturin-action@v1 +# with: +# target: ${{ matrix.platform.target }} +# args: --release --out dist --find-interpreter --manifest-path rust/alluxiocommon/Cargo.toml +# sccache: 'true' +# manylinux: auto +# - name: pytest +# if: ${{ startsWith(matrix.platform.target, 'x86_64') }} +# shell: bash +# run: | +# set -e +# pip install alluxiocommon --find-links dist --force-reinstall +# pip install pytest +# pytest -vv \ +# --log-format="%(asctime)s %(levelname)s %(message)s" \ +# --log-date-format="%H:%M:%S" \ +# rust/alluxiocommon/tests/ # - name: pytest # if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }} # uses: uraimo/run-on-arch-action@v2.5.0 @@ -53,7 +53,7 @@ jobs: # cd /root/github/alluxiofs/rust/alluxiocommon && pytest test: - needs: alluxiocommon +# needs: alluxiocommon name: Test runs-on: ubuntu-latest timeout-minutes: 10