-
Notifications
You must be signed in to change notification settings - Fork 21
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
[READY] - openwrt build follow up and github actions #817
Conversation
ee39c8e
to
fd9d58a
Compare
/tux openwrt flash 70-caravan-baboon |
[FAIL] - Error triggering gitlab flash pipeline |
/tux openwrt flash 70-caravan-baboon |
[FAIL] - Error triggering gitlab flash pipeline |
I was expecting this to be 1000 like it is when I run the container locally but I guess inside github actions its actually 1001.
372c2e9
to
5a965be
Compare
@@ -29,7 +29,7 @@ jobs: | |||
# is not a PR event | |||
REF=$(curl -sSf \ | |||
--url ${{ steps.pr-standardize-comment.outputs.url }} \ | |||
--header 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \ | |||
--header 'Authorization: Bearer ${{ secrets.SCALE_GITHUB_TOKEN }}' \ |
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.
I cant test this further until it lands in master for the PR comment trigger to gitlab-ci, will do a follow up after we merge this though
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.
Will be fixing magic cache as a separate PR since we have a few more days to decide.
- name: 'Upload openwrt build log' | ||
uses: actions/upload-artifact@v3.1.1 | ||
uses: actions/upload-artifact@v4.6.0 |
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.
It's probably never going to happen but do we want to use if-no-files-found:
just in case?
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.
Added this to both jobs
5a965be
to
03b364e
Compare
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.
lgtm
Description of PR
Relates to: #808
Fixes: #818
Follow up to: #814 #815 (since both merged prematurely) and fixing some things in github actions
Old Behavior
New Behavior
master
Tests
There is a slight issue with 2 of the tests which appear to be problem with the SHELL (This actually might just be an issue with the version of serverspec and ruby gems since using the nix devshell seems to work on the same build:/bin/sh
) that comes on this build. I suspect theres something either related to /bin/sh being symlinked to /bin/dash or busybox oddities.