mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
Bump version to 0.8.3
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
4bce346458
commit
52bde1721e
2
.github/workflows/benchmark_asterinas.yml
vendored
2
.github/workflows/benchmark_asterinas.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
fail-fast: false
|
||||
timeout-minutes: 60
|
||||
container:
|
||||
image: asterinas/asterinas:0.8.2
|
||||
image: asterinas/asterinas:0.8.3
|
||||
options: --device=/dev/kvm
|
||||
env:
|
||||
# Need to set up proxy since the self-hosted CI server is located in China,
|
||||
|
2
.github/workflows/publish_osdk_and_ostd.yml
vendored
2
.github/workflows/publish_osdk_and_ostd.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
container: asterinas/asterinas:0.8.2
|
||||
container: asterinas/asterinas:0.8.3
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
2
.github/workflows/publish_website.yml
vendored
2
.github/workflows/publish_website.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.8.2
|
||||
container: asterinas/asterinas:0.8.3
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
2
.github/workflows/push_git_tag.yml
vendored
2
.github/workflows/push_git_tag.yml
vendored
@ -18,4 +18,4 @@ jobs:
|
||||
uses: pxpm/github-tag-action@1.0.1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v0.8.2
|
||||
tag: v0.8.3
|
||||
|
16
.github/workflows/test_asterinas.yml
vendored
16
.github/workflows/test_asterinas.yml
vendored
@ -14,9 +14,9 @@ jobs:
|
||||
if: github.event_name == 'push' || github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.8.2
|
||||
container: asterinas/asterinas:0.8.3
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.8.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.8.3"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -28,9 +28,9 @@ jobs:
|
||||
if: github.event_name == 'push' || github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.8.2
|
||||
container: asterinas/asterinas:0.8.3
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.8.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.8.3"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -49,10 +49,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
image: asterinas/asterinas:0.8.2
|
||||
image: asterinas/asterinas:0.8.3
|
||||
options: --device=/dev/kvm
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.8.2"
|
||||
- run: echo "Running in asterinas/asterinas:0.8.3"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
image: asterinas/asterinas:0.8.2-tdx
|
||||
image: asterinas/asterinas:0.8.3-tdx
|
||||
options: --device=/dev/kvm --privileged
|
||||
env:
|
||||
# Need to set up proxy since the self-hosted CI server is located in China,
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
RUSTUP_DIST_SERVER: https://mirrors.ustc.edu.cn/rust-static
|
||||
RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.8.2-tdx"
|
||||
- run: echo "Running in asterinas/asterinas:0.8.3-tdx"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up the environment
|
||||
run: |
|
||||
|
2
.github/workflows/test_asterinas_vsock.yml
vendored
2
.github/workflows/test_asterinas_vsock.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
docker run \
|
||||
--privileged --network=host --device=/dev/kvm \
|
||||
-v ./:/root/asterinas asterinas/asterinas:0.8.2 \
|
||||
-v ./:/root/asterinas asterinas/asterinas:0.8.3 \
|
||||
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
||||
- name: Run Vsock Client on Host
|
||||
id: host_vsock_client
|
||||
|
16
.github/workflows/test_osdk.yml
vendored
16
.github/workflows/test_osdk.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
# asterinas/asterinas:0.8.2 container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.8.2 container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.8.2', 'asterinas/osdk:0.8.2']
|
||||
# asterinas/asterinas:0.8.3 container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.8.3 container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.8.3', 'asterinas/osdk:0.8.3']
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- run: echo "Running in ${{ matrix.container }}"
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
id: lint
|
||||
if: matrix.container == 'asterinas/asterinas:0.8.2'
|
||||
if: matrix.container == 'asterinas/asterinas:0.8.3'
|
||||
run: make check_osdk
|
||||
|
||||
# Github's actions/checkout@v4 will result in a new user (not root)
|
||||
@ -53,9 +53,9 @@ jobs:
|
||||
RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup
|
||||
strategy:
|
||||
matrix:
|
||||
# asterinas/asterinas:0.8.2-tdx container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.8.2-tdx container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.8.2-tdx', 'asterinas/osdk:0.8.2-tdx']
|
||||
# asterinas/asterinas:0.8.3-tdx container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.8.3-tdx container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.8.3-tdx', 'asterinas/osdk:0.8.3-tdx']
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
options: --device=/dev/kvm --privileged
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Lint
|
||||
id: lint
|
||||
if: matrix.container == 'asterinas/asterinas:0.8.2-tdx'
|
||||
if: matrix.container == 'asterinas/asterinas:0.8.3-tdx'
|
||||
run: make check_osdk
|
||||
# Github's actions/checkout@v4 will result in a new user (not root)
|
||||
# and thus not using the Rust environment we set up in the container.
|
||||
|
Reference in New Issue
Block a user