Skip to content

Commit

Permalink
disable s390x for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunguk Shin committed Feb 4, 2025
1 parent 01f0af7 commit 2a8a0e8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aa_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
- stable
instance:
- ubuntu-24.04
- s390x
#- s390x
- ubuntu-24.04-arm
include:
- instance: ubuntu-24.04
make_args: ""
cargo_test_opts: "--features openssl,rust-crypto,all-attesters,kbs,coco_as,ttrpc,grpc"
- instance: s390x
make_args: "ATTESTER=se-attester TEE_PLATFORM=se"
cargo_test_opts: "--no-default-features --features openssl,passport,se-attester,kbs,coco_as"
#- instance: s390x
# make_args: "ATTESTER=se-attester TEE_PLATFORM=se"
# cargo_test_opts: "--no-default-features --features openssl,passport,se-attester,kbs,coco_as"
- instance: ubuntu-24.04-arm
make_args: "ATTESTER=cca-attester TEE_PLATFORM=cca"
cargo_test_opts: "--no-default-features --features openssl,rust-crypto,passport,cca-attester,kbs,coco_as,ttrpc,grpc"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/aa_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Cut Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
build-and-push-images:
Expand Down Expand Up @@ -32,5 +33,5 @@ jobs:
context: .
file: ./attestation-agent/docker/Dockerfile.keyprovider
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ghcr.io/confidential-containers/staged-images/coco-keyprovider:${{ github.sha }}, ghcr.io/confidential-containers/staged-images/coco-keyprovider:latest
2 changes: 1 addition & 1 deletion .github/workflows/api-server-rest-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
instance:
- ubuntu-24.04
- s390x
#- s390x
- ubuntu-24.04-arm
rust:
- stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cdh_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
instance:
- ubuntu-24.04
- s390x
#- s390x
- ubuntu-24.04-arm
rust:
- stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- stable
instance:
- ubuntu-24.04
- s390x
#- s390x
- ubuntu-24.04-arm
# TODO: remove include and exclude when the following issue is resolved
# https://github.com/rust-lang/rust/issues/135867
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/trustee-attester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- stable
instance:
- ubuntu-24.04
- s390x
#- s390x
- ubuntu-24.04-arm
include:
- instance: ubuntu-24.04
cargo_test_opts: "-p kbs_protocol --bin trustee-attester --no-default-features --features background_check,passport,openssl,all-attesters,bin"
- instance: s390x
cargo_test_opts: "-p kbs_protocol --bin trustee-attester --no-default-features --features background_check,passport,openssl,se-attester,bin"
#- instance: s390x
# cargo_test_opts: "-p kbs_protocol --bin trustee-attester --no-default-features --features background_check,passport,openssl,se-attester,bin"
- instance: ubuntu-24.04-arm
cargo_test_opts: "-p kbs_protocol --bin trustee-attester --no-default-features --features background_check,passport,openssl,cca-attester,bin"
# TODO: remove rust: 1.82.0 and exclude when the following issue is resolved
Expand Down

0 comments on commit 2a8a0e8

Please sign in to comment.