Merge remote-tracking branch 'origin/main' into klayout-docs

This commit is contained in:
abejgonzalez
2023-07-12 17:21:56 -07:00
16 changed files with 861 additions and 665 deletions

View File

@@ -65,7 +65,7 @@ jobs:
name: setup-repo
needs: [change-filters, cancel-prior-workflows]
if: needs.change-filters.outputs.needs-rtl == 'true'
runs-on: ferry
runs-on: jktqos
steps:
- name: Delete old checkout
run: |
@@ -88,7 +88,7 @@ jobs:
run-cfg-finder:
name: run-cfg-finder
needs: [setup-repo]
runs-on: ferry
runs-on: jktqos
steps:
- name: Run config finder
run: |
@@ -101,7 +101,7 @@ jobs:
run-tutorial:
name: run-tutorial
needs: [setup-repo]
runs-on: ferry
runs-on: jktqos
steps:
- name: Run smoke test
run: |
@@ -169,9 +169,10 @@ jobs:
cleanup:
name: cleanup
needs: [run-tutorial]
runs-on: ferry
runs-on: jktqos
if: ${{ always() }}
steps:
- name: Delete repo copy and conda env
run: |
rm -rf ${{ env.REMOTE_WORK_DIR }}
rm -rf ${{ env.JAVA_TMP_DIR }}