Skip to content

Commit

Permalink
Merge branch 'main' into domainname-test
Browse files Browse the repository at this point in the history
Signed-off-by: Yashodhan Joshi <[email protected]>
  • Loading branch information
YJDoc2 committed Jan 21, 2024
2 parents 4a77505 + 2723aa4 commit 753e651
Show file tree
Hide file tree
Showing 17 changed files with 614 additions and 323 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,27 @@ jobs:
run: chmod +x ./youki
- name: Run tests
run: just test-rootless-podman

docker-in-docker:
runs-on: ${{ matrix.os }}
needs: [youki-build]
timeout-minutes: 5
strategy:
matrix:
# ubuntu 20.04 has cgroups-v1
# ubuntu 22.04 has cgroups-v2
os: [ "ubuntu-22.04", "ubuntu-20.04" ]
steps:
- uses: actions/checkout@v3
- name: Install just
uses: taiki-e/install-action@just
- name: Download youki binary
uses: actions/download-artifact@v3
with:
name: youki-x86_64-musl
- name: Add the permission to run
run: chmod +x ./youki
- name: Run tests
run: just test-dind


Loading

0 comments on commit 753e651

Please sign in to comment.