Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[website] Fix static website build #19906

Merged
merged 1 commit into from Feb 22, 2021
Merged

[website] Fix static website build #19906

merged 1 commit into from Feb 22, 2021

Conversation

waytrue17
Copy link
Contributor

Description

The restricted-website-build-master pipeline is failing due to files not found issue: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-website-build-master/activity. The pipeline fails after #19743 got merged. Building the static website locally, I find that the license header at the top of blog.html, ecosystem.html and features.html stop the pages from building. After moving the header to a lower section, I am able to build all three pages locally.

This PR tries to fix the website build pipeline by relocating the license header, and also revert the previous PR #19901 that failed to fix the issue

Checklist

Essentials

  • PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented

Changes

  • Feature1, tests, (and when applicable, API doc)
  • Feature2, tests, (and when applicable, API doc)

Comments

  • If this change is a backward incompatible change, why must this change be made.
  • Interesting edge cases to note here

@lanking520 lanking520 added the pr-awaiting-testing PR is reviewed and waiting CI build and test label Feb 17, 2021
@waytrue17
Copy link
Contributor Author

@ys2843 @leezu @szha Could you please review?

@lanking520 lanking520 added pr-work-in-progress PR is still work in progress and removed pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 17, 2021
@lanking520 lanking520 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 17, 2021
@waytrue17
Copy link
Contributor Author

waytrue17 commented Feb 17, 2021

@mxnet-bot run ci [windows-cpu]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [unix-cpu, windows-cpu]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [windows-cpu]

@lanking520 lanking520 added pr-awaiting-testing PR is reviewed and waiting CI build and test and removed pr-work-in-progress PR is still work in progress labels Feb 17, 2021
Copy link
Contributor

@ys2843 ys2843 left a comment

Choose a reason for hiding this comment

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

LGTM!

@lanking520 lanking520 added pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test pr-awaiting-merge Review and CI is complete. Ready to Merge and removed pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress labels Feb 17, 2021
@leezu leezu merged commit 19584c7 into apache:master Feb 22, 2021
josephevans pushed a commit to josephevans/mxnet that referenced this pull request Dec 22, 2021
Co-authored-by: Wei Chu <weichu@amazon.com>
josephevans added a commit that referenced this pull request Dec 22, 2021
Co-authored-by: Wei Chu <weichu@amazon.com>

Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com>
Co-authored-by: Wei Chu <weichu@amazon.com>
josephevans added a commit to josephevans/mxnet that referenced this pull request Dec 22, 2021
Co-authored-by: Wei Chu <weichu@amazon.com>

Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com>
Co-authored-by: Wei Chu <weichu@amazon.com>
josephevans added a commit that referenced this pull request Dec 22, 2021
Co-authored-by: Wei Chu <weichu@amazon.com>

Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com>
Co-authored-by: Wei Chu <weichu@amazon.com>

Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com>
Co-authored-by: Wei Chu <weichu@amazon.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-merge Review and CI is complete. Ready to Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants