Remove old UI (#15414)

* Remove source code for old UI
* Rename ui-next to ui
* Remove license scan for javascript dependencies
This commit is contained in:
Hao Liu
2024-08-22 13:48:56 -04:00
committed by GitHub
parent 3f8274d371
commit 78f345c486
1879 changed files with 269 additions and 343054 deletions

View File

@@ -31,12 +31,7 @@ jobs:
command: /start_tests.sh test_collection_all
- name: api-schema
command: /start_tests.sh detect-schema-change SCHEMA_DIFF_BASE_BRANCH=${{ github.event.pull_request.base.ref }}
- name: ui-lint
command: make ui-lint
- name: ui-test-screens
command: make ui-test-screens
- name: ui-test-general
command: make ui-test-general
steps:
- uses: actions/checkout@v4
with:

View File

@@ -70,7 +70,7 @@ jobs:
- name: Prebuild new UI for awx image (to speed up build process)
run: |
make ui-next
make ui
if: matrix.build-targets.image-name == 'awx'
- name: Build and push AWX devel images

View File

@@ -96,7 +96,7 @@ jobs:
- name: Prebuild new UI for awx image (to speed up build process)
working-directory: awx
run: make ui-next
run: make ui
- name: Set build env variables
run: |