-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add iot-simplified-installer test #7
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/fedora-38.yml
Outdated
run: /usr/libexec/tests/osbuild-composer/ostree-simplified-installer.sh | ||
env: | ||
DOWNLOAD_NODE: ${{ secrets.DOWNLOAD_NODE }} | ||
timeout-minutes: 60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
60 minutes is not enough for simplified installer test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, change to 150 as same as other simplified test cases.
.github/workflows/fedora-38.yml
Outdated
|
||
iot-simplified-f38: | ||
needs: [pr-info, pre-iot-simplified-f38] | ||
runs-on: [kite, x86_64, gcp, fedora-38, medium] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use openstack vm to run this test to make it more stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
6982962
to
cc1078e
Compare
40a214c
to
a1c2408
Compare
fea84ad
to
2fd2a6c
Compare
edbb197
to
8a507e3
Compare
No description provided.