Skip to content

Commit

Permalink
Remove Django CI (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
xusine authored Feb 8, 2023
1 parent 683916e commit ce4cecf
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,35 +328,6 @@ jobs:
DF_PATH: "./benchmarks/${{ github.job }}/${{ matrix.tag }}"
DBX_PLATFORM: ${{ matrix.platform }}

django-workload:
runs-on: ubuntu-latest
needs: [cassandra, graphite-statsd, memcached, siege]
env:
DH_REPO: "cloudsuite/${{ github.job }}"
strategy:
matrix:
tag: ["cassandra", "graphite", "memcached", "siege"]
platform: ["linux/amd64,linux/arm64"]
include:
- tag: "uwsgi"
platform: "linux/amd64,linux/arm64"
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- if: ${{ needs.cassandra.outputs.is_parent_modified == 'true' ||
needs.graphite-statsd.outputs.is_parent_modified == 'true' ||
needs.memcached.outputs.is_parent_modified == 'true' ||
needs.siege.outputs.is_parent_modified == 'true' }}
run: echo "IS_PARENT_MODIFIED=true" >> $GITHUB_ENV
- name: build and push
run: "./.github/scripts/build-images.sh"
env:
IMG_TAG: "${{ matrix.tag }}"
DF_PATH: "./benchmarks/${{ github.job }}/${{ matrix.tag }}"
DBX_PLATFORM: ${{ matrix.platform }}

graph-analytics:
runs-on: ubuntu-latest
needs: spark
Expand Down

0 comments on commit ce4cecf

Please sign in to comment.