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

LLVM commit watch #1592

Merged
merged 5 commits into from
Aug 10, 2022
Merged

LLVM commit watch #1592

merged 5 commits into from
Aug 10, 2022

Conversation

gongsu832
Copy link
Collaborator

  • Add a Jenkins job xml for LLVM-Watch-Docker-Build and related HTML report file.
    This job is triggered periodically. It's used to build the ONNX-MLIR main branch against the LLVM main branch to search for the earliest LLVM commit that breaks ONNX-MLIR. The commit immediately before is the LLVM commit we can update to without breaking ONNX-MLIR. This makes updating LLVM for ONNX-MLIR a bit easier.
    Search result is at https://www.onnxmlir.xyz/jenkins/job/LLVM-Watch-Docker-Build/LLVM_20Watch_20Report/

  • Fix RunONNXModelZoo.py bug missing "" tag when generating HTML report.

Signed-off-by: Gong Su [email protected]

  related HTML report file.

  This job is triggered periodically. It's used to build the
  ONNX-MLIR main branch against the LLVM main branch to search
  for the earliest LLVM commit that breaks ONNX-MLIR. The
  commit immediately before is the LLVM commit we can update to
  without breaking ONNX-MLIR. This makes updating LLVM for
  ONNX-MLIR a bit easier.

  Search result is at https://www.onnxmlir.xyz/jenkins/job/LLVM-Watch-Docker-Build/LLVM_20Watch_20Report/

- Fix RunONNXModelZoo.py bug missing "<body>" tag when generating
  HTML report.

Signed-off-by: Gong Su <[email protected]>
Copy link
Collaborator

@AlexandreEichenberger AlexandreEichenberger left a comment

Choose a reason for hiding this comment

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

LGTM

@sstamenova
Copy link
Collaborator

Is there a way to trigger this job with a specific commit? For example one that corresponds to: llvm/torch-mlir#1135?

@gongsu832
Copy link
Collaborator Author

No this job doesn't trigger on anything. If you want to trigger a build on a particular LLVM commit you can just modify utils/clone-mlir.sh and submit a PR.

@gongsu832 gongsu832 merged commit 83b0e47 into onnx:main Aug 10, 2022
@jenkins-droid
Copy link
Collaborator

Jenkins Linux s390x Build #6885 [push] LLVM commit watch (#1592... started at 21:25

@jenkins-droid
Copy link
Collaborator

Jenkins Linux amd64 Build #6870 [push] LLVM commit watch (#1592... started at 20:25

@jenkins-droid
Copy link
Collaborator

Jenkins Linux ppc64le Build #5978 [push] LLVM commit watch (#1592... started at 21:27

@jenkins-droid
Copy link
Collaborator

Jenkins Linux amd64 Build #6870 [push] LLVM commit watch (#1592... passed after 56 min

@jenkins-droid
Copy link
Collaborator

Jenkins Linux s390x Build #6885 [push] LLVM commit watch (#1592... passed after 1 hr 30 min

@jenkins-droid
Copy link
Collaborator

Jenkins Linux ppc64le Build #5978 [push] LLVM commit watch (#1592... passed after 1 hr 35 min

philass pushed a commit to philass/onnx-mlir that referenced this pull request Aug 24, 2022
* - Add a Jenkins job xml for LLVM-Watch-Docker-Build and
  related HTML report file.

  This job is triggered periodically. It's used to build the
  ONNX-MLIR main branch against the LLVM main branch to search
  for the earliest LLVM commit that breaks ONNX-MLIR. The
  commit immediately before is the LLVM commit we can update to
  without breaking ONNX-MLIR. This makes updating LLVM for
  ONNX-MLIR a bit easier.

  Search result is at https://www.onnxmlir.xyz/jenkins/job/LLVM-Watch-Docker-Build/LLVM_20Watch_20Report/

- Fix RunONNXModelZoo.py bug missing "<body>" tag when generating
  HTML report.

Signed-off-by: Gong Su <[email protected]>

* Check existence of failed and succeeded build

Signed-off-by: Gong Su <[email protected]>
Signed-off-by: Philip Lassen <[email protected]>
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.

4 participants