Skip to content

Commit

Permalink
Remove .github/ files copied from master that we don't need on 4.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
poodlewars committed Jan 7, 2025
1 parent a0f7974 commit 1b18a7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 94 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,6 @@ jobs:
name: test_unit_arcticdb_${{matrix.os}}
path: cpp/out/install/test_unit_arcticdb*

# We don't do anything with the benchmarks automatically yet, but check that they at least compile and run.
- name: Compile C++ Benchmarks
if: inputs.job_type == 'cpp-tests'
run: cd cpp; cmake --build --preset $ARCTIC_CMAKE_PRESET --target benchmarks -j $CMAKE_BUILD_PARALLEL_LEVEL

- name: Run C++ Benchmarks
if: inputs.job_type == 'cpp-tests'
run: cpp/out/${ARCTIC_CMAKE_PRESET}-build/arcticdb/benchmarks

# ========================= build-python-wheels (CIBW) steps =========================
- name: Get CIBuildWheel image & metadata
if: inputs.job_type == 'build-python-wheels' && matrix.os == 'linux'
Expand Down Expand Up @@ -371,16 +362,6 @@ jobs:
name: crashdump-${{env.distinguishing_name}}
path: ${{env.LOCALAPPDATA}}/CrashDumps/

# Fallback if the clean up at test fixutre tear down fails due to crash or etc
- name: Remove AWS testing account and credentials
if: always() && inputs.persistent_storage == 'true'
run: |
python -c "
from arcticdb.storage_fixtures.s3 import real_s3_sts_clean_up
real_s3_sts_clean_up('${ARCTICDB_REAL_S3_STS_TEST_USERNAME}', '${ARCTICDB_REAL_S3_STS_TEST_ROLE}', '${ARCTICDB_REAL_S3_STS_TEST_POLICY_NAME}')
"
continue-on-error: true

- name: Disk usage
if: always()
run: set +e ; du -m . "${PARALLEL_TEST_ROOT:-/tmp/parallel_test}" | sort -n | tail -n 100 || true; df -h
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/static_analysis.yml

This file was deleted.

0 comments on commit 1b18a7c

Please sign in to comment.