Skip to content

Commit

Permalink
Remove front end code (#620)
Browse files Browse the repository at this point in the history
* Remove frontend code

Signed-off-by: Rupal Mahajan <maharup@amazon.com>

* Move one level up

Signed-off-by: Rupal Mahajan <maharup@amazon.com>

* Update workflow file

Signed-off-by: Rupal Mahajan <maharup@amazon.com>

* nit: remove dashboard setup from readme

Signed-off-by: Rupal Mahajan <maharup@amazon.com>

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
rupal-bq authored Jan 6, 2023
1 parent faf8c19 commit 7b584ac
Show file tree
Hide file tree
Showing 279 changed files with 306 additions and 51,651 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
115 changes: 0 additions & 115 deletions .github/workflows/dashboards-reports-release-workflow.yml

This file was deleted.

184 changes: 0 additions & 184 deletions .github/workflows/dashboards-reports-test-and-build-workflow.yml

This file was deleted.

25 changes: 3 additions & 22 deletions .github/workflows/reports-scheduler-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
with:
java-version: ${{ matrix.java }}

# reports-scheduler
- name: Checkout Reports Scheduler
uses: actions/checkout@v2

- name: Build with Gradle
run: |
cd reports-scheduler
./gradlew build
- name: Upload coverage
Expand All @@ -36,7 +34,7 @@ jobs:
- name: Create Artifact Path
run: |
mkdir -p reports-scheduler-builds
cp -r ./reports-scheduler/build/distributions/*.zip reports-scheduler-builds/
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
Expand All @@ -58,26 +56,17 @@ jobs:
with:
java-version: ${{ matrix.java }}

# reports-scheduler
- name: Checkout Reports Scheduler
uses: actions/checkout@v2

# Disable bwc tests since first release
# - name: RunBackwards Compatibility Tests
# run: |
# cd reports-scheduler
# echo "Running backwards compatibility tests ..."
# ./gradlew.bat bwcTestSuite

- name: Build with Gradle
run: |
cd reports-scheduler
./gradlew.bat build -x integTest -x jacocoTestReport
- name: Create Artifact Path
run: |
mkdir -p reports-scheduler-builds
cp -r ./reports-scheduler/build/distributions/*.zip reports-scheduler-builds/
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
Expand All @@ -103,22 +92,14 @@ jobs:
- name: Checkout Reports Scheduler
uses: actions/checkout@v2

# Disable bwc tests since first release
# - name: RunBackwards Compatibility Tests
# run: |
# cd reports-scheduler
# echo "Running backwards compatibility tests ..."
# ./gradlew bwcTestSuite

- name: Build with Gradle
run: |
cd reports-scheduler
./gradlew build -x integTest -x jacocoTestReport
- name: Create Artifact Path
run: |
mkdir -p reports-scheduler-builds
cp -r ./reports-scheduler/build/distributions/*.zip reports-scheduler-builds/
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
Expand Down
Loading

0 comments on commit 7b584ac

Please sign in to comment.