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

Buildspec tutorial documentation fix #1538

Merged
merged 10 commits into from
Jul 14, 2023

Conversation

Mendi03
Copy link
Collaborator

@Mendi03 Mendi03 commented Jul 11, 2023

closes #1516
closes #1517

Updates to the documentation are the following:

  • Changed the -t command to --testpath for inspect query dropdowns and spack docs script.
  • Added a build command and added highlights to the .yml files in the Specifying Scheduler Directives section under buildtest spack integration
  • txt files were updated for the tutorial examples

added build command, highlighted .yml files, and made .txt file match the inspect dropdown
@Mendi03 Mendi03 added the documentation documentation fix label Jul 11, 2023
@Mendi03 Mendi03 self-assigned this Jul 11, 2023
@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (eb25c46) 77.86% compared to head (2d37b2a) 77.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #1538   +/-   ##
=======================================
  Coverage   77.86%   77.86%           
=======================================
  Files          57       57           
  Lines        6621     6621           
=======================================
  Hits         5155     5155           
  Misses       1466     1466           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pull-request-size pull-request-size bot added size/M and removed size/L labels Jul 12, 2023
Copy link
Collaborator

@kingxleyy kingxleyy left a comment

Choose a reason for hiding this comment

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

it looks good to merge.

Removed the unsupported feature -d all from docs
Comment on lines +26 to +43
State: FAIL
Returncode: 3
Runtime: 44.148474 sec
Starttime: 2023/07/14 18:45:34
Endtime: 2023/07/14 18:46:18
Command: bash --norc --noprofile -eo pipefail clone_spack_and_install_zlib_build.sh
Test Script: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/clone_spack_and_install_zlib.sh
Build Script: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/clone_spack_and_install_zlib_build.sh
Output File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/clone_spack_and_install_zlib.out
Error File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/clone_spack_and_install_zlib.err
Log File: /home/spack/buildtest/var/logs/buildtest_3ufksmr5.log
────────────────────────────────────────────────── Output File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/clone_spack_and_install_zlib.out ──────────────────────────────────────────────────
==> Installing zlib-1.2.13-fp4hlchxmdydxrhdkxh3q3buwtlcrc7k
==> No binary for zlib-1.2.13-fp4hlchxmdydxrhdkxh3q3buwtlcrc7k found: installing from source
==> Fetching https://mirror.spack.io/_source-cache/archive/b3/b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30.tar.gz
==> No patches needed for zlib
==> zlib: Executing phase: 'edit'
==> zlib: Executing phase: 'build'
==> zlib: Executing phase: 'install'
==> zlib: Successfully installed zlib-1.2.13-fp4hlchxmdydxrhdkxh3q3buwtlcrc7k
Stage: 0.31s. Edit: 0.80s. Build: 1.49s. Install: 0.30s. Total: 2.99s
[+] /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/stage/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/zlib-1.2.13-fp4hlchxmdydxrhdkxh3q3buwtlcrc7k

─────────────────────────────────────────────────── Test File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/a29977c5/clone_spack_and_install_zlib.sh ────────────────────────────────────────────────────
#!/bin/bash
git clone https://github.com/spack/spack
source ./spack/share/spack/setup-env.sh
spack install zlib
Test Script: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/7d2b08e2/clone_spack_and_install_zlib.sh
Build Script: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/7d2b08e2/clone_spack_and_install_zlib_build.sh
Output File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/7d2b08e2/clone_spack_and_install_zlib.out
Error File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/7d2b08e2/clone_spack_and_install_zlib.err
Log File: /home/spack/buildtest/var/logs/buildtest_hupirc5k.log
────────────────────────────────────────────── Output File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/7d2b08e2/clone_spack_and_install_zlib.out ──────────────────────────────────────────────

─────────────────────────────────────────────── Test File: /home/spack/runs/generic.local.bash/install_specs/clone_spack_and_install_zlib/7d2b08e2/clone_spack_and_install_zlib.sh ────────────────────────────────────────────────
#!/bin/bash
git clone https://github.com/spack/spack
source ./spack/share/spack/setup-env.sh
spack install zlib
Copy link
Member

Choose a reason for hiding this comment

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

okay this is a test failure and i think we need to open an issue and rewrite the way this test is to be done. I think part of the problem is we have a dynamic test since we are using git clone https://github.com/spack/spack to perform an installation of zlib and this test will change depending on state of spack when we run this test. I think a better way for this would be to use a tag branch to force the test to use the same version. @Mendi03 can you please record this as an issue and we can fix this later. For time being let's keep this bug in the docs so we know we have to fix it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think this is similar to the issue I talked about in #1518. Should I simply update this issue mentioning that it might be causing the error in docs/buildtest_tutorial_examples/spack/inspect/install_specs.txt? Or do I create a new issue anyways?

@shahzebsiddiqui shahzebsiddiqui merged commit 5acc622 into buildtesters:devel Jul 14, 2023
30 of 31 checks passed
@Mendi03 Mendi03 deleted the SSD_DOCS branch July 17, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation fix size/XXL
Projects
None yet
3 participants