-
Notifications
You must be signed in to change notification settings - Fork 30
Feature/unr 2101 allow scheduled builds #68
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
Feature/unr 2101 allow scheduled builds #68
Conversation
from v3-1569490589-f9345a43b21a6cec-------z to v3-1572523200-2f33678e336fc673-------z
Corresponding JIRA ticket: https://improbableio.atlassian.net/browse/UNR-2101 |
- "platform=windows" | ||
- "scaler_version=2" | ||
- "queue=${CI_WINDOWS_BUILDER_QUEUE:-v3-1569490589-f9345a43b21a6cec-------z}" | ||
- "queue=${CI_WINDOWS_BUILDER_QUEUE:-v3-1572610922-3d03d5c2f13b7fa4-------z}" # Has FASTbuild disabled |
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.
How did you disable fastbuild?
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.
As suggested by Carl on Slack, I created a new branch of the platform repo without the fastbuild role (https://github.com/improbable/platform/commit/3d03d5c2f13b7fa4642e9e1274dc4ba604a0f551). I baked an image from that and added the corresponding queue here.
This reverts commit f181163.
Contributions: We are not currently taking public contributions - see our contributions policy. However, we are accepting issues and we do want your feedback.
Description
Due to a recent Buildkite, scheduled builds no longer have an associated user account - which caused authentication to fail. Engineering Foundations has since introduced an update to fix this, but this requires using a newly baked image and its associated queue. This PR implements the new queue.
Release note
This change is not customer-facing and thus not included in the release notes
Tests
How did you test these changes prior to submitting this pull request?
A green scheduled build can be found here: https://buildkite.com/improbable/unrealgdkexampleproject-nightly/builds/124
What automated tests are included in this PR?
None
STRONGLY SUGGESTED: How can this be verified by QA?
Create a new schedule for this branch, and check whether the build succeeds.
Documentation
No additional documentation has been created
Primary reviewers
@joshuahuburn @m-samiec