Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Sep 11, 2024
1 parent 3e22fd2 commit 0d3c9e2
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,39 +168,39 @@ jobs:
# fetch tags as checkout@v2 doesn't do that by default
- run: git fetch --prune --unshallow --tags --force

- name: Build and test rpm under docker
env:
OS_TYPE: rockylinux
OS_VERSION: 8
GO_ARCH: linux-amd64
run: ./scripts/ci-docker-run

- name: Install and test unprivileged for rocky 8
env:
OS_TYPE: rockylinux
OS_VERSION: 8
#TEST_TYPE: unpriv
run: ./scripts/ci-docker-run

- name: Install and test unprivileged for rocky 9 with rocky 8 container
env:
OS_TYPE: rockylinux
OS_VERSION: 9
CONTAINER_VERS: rockylinux:8
#TEST_TYPE: unpriv
run: ./scripts/ci-docker-run

- name: Install and test unprivileged for ubuntu 20.04
env:
OS_TYPE: ubuntu
OS_VERSION: 22.04
#TEST_TYPE: unpriv
run: ./scripts/ci-docker-run
# - name: Build and test rpm under docker
# env:
# OS_TYPE: rockylinux
# OS_VERSION: 8
# GO_ARCH: linux-amd64
# run: ./scripts/ci-docker-run

# - name: Install and test unprivileged for rocky 8
# env:
# OS_TYPE: rockylinux
# OS_VERSION: 8
# #TEST_TYPE: unpriv
# run: ./scripts/ci-docker-run

# - name: Install and test unprivileged for rocky 9 with rocky 8 container
# env:
# OS_TYPE: rockylinux
# OS_VERSION: 9
# CONTAINER_VERS: rockylinux:8
# #TEST_TYPE: unpriv
# run: ./scripts/ci-docker-run

# - name: Install and test unprivileged for ubuntu 20.04
# env:
# OS_TYPE: ubuntu
# OS_VERSION: 22.04
# #TEST_TYPE: unpriv
# run: ./scripts/ci-docker-run

- name: Install and test unprivileged for debian 11
env:
OS_TYPE: debian
OS_VERSION: latest
OS_VERSION: 11
#TEST_TYPE: unpriv
run: ./scripts/ci-docker-run

Expand Down

0 comments on commit 0d3c9e2

Please sign in to comment.