Skip to content

Commit

Permalink
Another try for extraction
Browse files Browse the repository at this point in the history
and commented out other long-running jobs in CI (will be added at the end)
  • Loading branch information
jakob-fritz committed Sep 9, 2024
1 parent da20180 commit 2203c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
user_cpu_tests_linux:
runs-on: ubuntu-latest
if: false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
project_cpu_tests_linux:
runs-on: ubuntu-latest
if: false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
user_libpressio_tests:
runs-on: ubuntu-latest
if: false
container:
image: brownbaerchen/libpressio:amd64_2
volumes:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
git config user.email "[email protected]"
git config user.name "Sync bot"
echo "Merge the two parts of the Merge-Request to test the resulting version"
git merge "${{ github.event.pull_request.head.sha }}"
git merge "${{ github.event.pul­­l_request.head.sha }}"
- name: Mirror and wait for Gitlab-CI
uses: jakob-fritz/[email protected]
env:
Expand All @@ -119,8 +119,8 @@ jobs:
run: |
pwd
ls -lah
cd ./artifacts
unzip -f '*.zip' .
cd artifacts
unzip -f '*.zip' -d .
ls -lah
rm *.zip
ls -lah
Expand Down

0 comments on commit 2203c0e

Please sign in to comment.