Skip to content
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

devops: scheduled daily runs with latest browser revisions #3455

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Aug 13, 2020

Relates #3258

After a chat with @aslushnikov we add this in two iterations. The first one (this PR) is about scheduled runs for testing the latest tip-of-tree version of the browsers daily and the next PR is about opening an automated PRs once its passing (not sure if its worth to add for failing too) or sending Telegram/Slack notifications.

Current status is that Firefox (around 2 hours) and WebKit (around 3-4 hours) works.

Known issues which I fix before we merge:

Feel free to review, current blockers are before we can merge:

@mxschmitt mxschmitt changed the title feat: auto test browser roll devops: scheduled daily runs with latest browser revisions Aug 13, 2020
Copy link
Collaborator

@aslushnikov aslushnikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very promising! We can even start with a telegram bot instead of PR's for now to see how it goes.

.github/workflows/auto_roll.sh Outdated Show resolved Hide resolved
sudo apt install -y autoconf2.13 libclang-dev clang
fi

./browser_patches/prepare_checkout.sh "$browser_name"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this step could be significantly sped up if we were checking out without history. Let me add a --no-history flag for this purpose.

.github/workflows/auto_roll.sh Outdated Show resolved Hide resolved
.github/workflows/auto_roll.sh Outdated Show resolved Hide resolved
.github/workflows/auto_roll.sh Outdated Show resolved Hide resolved
.github/workflows/infra.ymld Outdated Show resolved Hide resolved
.github/workflows/auto_roll.sh Show resolved Hide resolved
.github/workflows/auto_roll.sh Outdated Show resolved Hide resolved
utils/roll_browser_tip_of_tree.js Outdated Show resolved Hide resolved
.github/workflows/auto_roll.sh Outdated Show resolved Hide resolved
@mxschmitt mxschmitt force-pushed the master branch 4 times, most recently from 3df8ff6 to 7d9d860 Compare August 14, 2020 18:22
@aslushnikov aslushnikov merged commit 8ea2800 into microsoft:master Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants