Skip to content

Commit

Permalink
Move end2end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Dec 15, 2024
1 parent b2df3a6 commit 4ecc565
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
cmake --preset mull -DMULL_VERSION=${{ steps.metadata.outputs.version }}${{ steps.metadata.outputs.suffix }}
cmake --workflow --preset build-and-test
cmake --workflow --preset package
./end2end-tests/setup_end2end_tests.sh
./end2end-tests/run_end2end_tests.sh macos ${{ matrix.LLVM_VERSION }}
./tests/end2end/setup_end2end_tests.sh
./tests/end2end/run_end2end_tests.sh macos ${{ matrix.LLVM_VERSION }}
mull-runner-${{ matrix.LLVM_VERSION }} --version
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cmake --preset mull -DMULL_VERSION=${{ steps.metadata.outputs.version }}${{ steps.metadata.outputs.suffix }}
cmake --workflow --preset build-and-test
cmake --workflow --preset package
./end2end-tests/run_end2end_tests.sh ${{ matrix.OS_NAME }} ${{ matrix.LLVM_VERSION }}
./tests/end2end/run_end2end_tests.sh ${{ matrix.OS_NAME }} ${{ matrix.LLVM_VERSION }}
mull-runner-${{ matrix.LLVM_VERSION }} --version
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/devcontainer_post_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pip3 install -r requirements.txt

./infrastructure/generator.py cmake --os $1 --llvm_version $2

./end2end-tests/setup_end2end_tests.sh
./tests/end2end/setup_end2end_tests.sh
4 changes: 2 additions & 2 deletions infrastructure/templates/github-actions/ci-macos.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
cmake --preset mull -DMULL_VERSION=${{ steps.metadata.outputs.version }}${{ steps.metadata.outputs.suffix }}
cmake --workflow --preset build-and-test
cmake --workflow --preset package
./end2end-tests/setup_end2end_tests.sh
./end2end-tests/run_end2end_tests.sh macos ${{ matrix.LLVM_VERSION }}
./tests/end2end/setup_end2end_tests.sh
./tests/end2end/run_end2end_tests.sh macos ${{ matrix.LLVM_VERSION }}
mull-runner-${{ matrix.LLVM_VERSION }} --version

- name: Publish package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cmake --preset mull -DMULL_VERSION=${{ steps.metadata.outputs.version }}${{ steps.metadata.outputs.suffix }}
cmake --workflow --preset build-and-test
cmake --workflow --preset package
./end2end-tests/run_end2end_tests.sh ${{ matrix.OS_NAME }} ${{ matrix.LLVM_VERSION }}
./tests/end2end/run_end2end_tests.sh ${{ matrix.OS_NAME }} ${{ matrix.LLVM_VERSION }}
mull-runner-${{ matrix.LLVM_VERSION }} --version

- name: Publish package
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4ecc565

Please sign in to comment.