Skip to content

Commit

Permalink
Remove Django Workload (#397)
Browse files Browse the repository at this point in the history
* Remove Django Workload

* Remove it from Github CI
  • Loading branch information
xusine authored Feb 7, 2023
1 parent b824308 commit 755fa5d
Show file tree
Hide file tree
Showing 93 changed files with 0 additions and 5,941 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,33 +147,6 @@ jobs:
DBX_PLATFORM: ${{ matrix.platform }}
- id: set_is_parent_modified
run: echo "::set-output name=is_parent_modified::${MODIFIED}"

graphite-statsd:
runs-on: ubuntu-latest
needs: base-os
env:
DH_REPO: "cloudsuite/${{ github.job }}"
outputs:
is_parent_modified: ${{ steps.set_is_parent_modified.outputs.is_parent_modified }}
strategy:
matrix:
tag: ["0.9.15"]
platform: ["linux/amd64,linux/arm64"]
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- if: ${{ needs.base-os.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: "./commons/${{ github.job }}/${{ matrix.tag }}"
DBX_PLATFORM: ${{ matrix.platform }}
- id: set_is_parent_modified
run: echo "::set-output name=is_parent_modified::${MODIFIED}"

faban:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -229,33 +202,6 @@ jobs:
- id: set_is_parent_modified
run: echo "::set-output name=is_parent_modified::${MODIFIED}"

siege:
runs-on: ubuntu-latest
needs: java
env:
DH_REPO: "cloudsuite/${{ github.job }}"
outputs:
is_parent_modified: ${{ steps.set_is_parent_modified.outputs.is_parent_modified }}
strategy:
matrix:
tag: ["4.0.3rc3"]
platform: ["linux/amd64,linux/arm64,linux/riscv64"]
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- if: ${{ needs.java.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: "./commons/${{ github.job }}/${{ matrix.tag }}"
DBX_PLATFORM: ${{ matrix.platform }}
- id: set_is_parent_modified
run: echo "::set-output name=is_parent_modified::${MODIFIED}"

cassandra:
runs-on: ubuntu-latest
needs: java
Expand Down Expand Up @@ -382,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 }}

fb-oss-performance:
runs-on: ubuntu-latest
needs: [mysql, siege, hhvm]
Expand Down
8 changes: 0 additions & 8 deletions benchmarks/django-workload/cassandra/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions benchmarks/django-workload/cassandra/files/bootstrap.sh

This file was deleted.

22 changes: 0 additions & 22 deletions benchmarks/django-workload/cassandra/files/init_config.sh

This file was deleted.

56 changes: 0 additions & 56 deletions benchmarks/django-workload/cassandra/files/jvm.options

This file was deleted.

20 changes: 0 additions & 20 deletions benchmarks/django-workload/cassandra/files/set_sysctl.conf

This file was deleted.

12 changes: 0 additions & 12 deletions benchmarks/django-workload/check_containers.sh

This file was deleted.

Loading

0 comments on commit 755fa5d

Please sign in to comment.