This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://raw.githubusercontent.com/Ouranosinc/PAVICS-e2e-workflow-tests/refs/heads/master/test-override/jenkins-params-geoserver-nb-only.include.sh | |
# Sample Jenkins params override script to only run notebooks that hit GeoServer. | |
# Intended for param CONFIG_PARAMETERS_SCRIPT_URL. | |
# Enable all repos so we can filter all for them for notebooks that hit GeoServer. | |
TEST_PAVICS_SDI_REPO="true" | |
TEST_FINCH_REPO="true" | |
TEST_PAVICS_LANDING_REPO="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEST_PAVICS_SDI_REPO="true" | |
TEST_FINCH_REPO="true" | |
TEST_PAVICS_LANDING_REPO="true" | |
TEST_LOCAL_NOTEBOOKS="true" | |
TEST_RAVEN_REPO="true" | |
TEST_RAVENPY_REPO="true" | |
#PAVICS_SDI_BRANCH="update-jenkins-output-for-new-jupyter-env" | |
PAVICS_SDI_BRANCH="fix-pjei-23" | |
#FINCH_BRANCH="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -x | |
# test new Jupyter env | |
# Enable all repos so we can select any notebooks. | |
TEST_PAVICS_SDI_REPO="true" | |
TEST_FINCH_REPO="true" | |
TEST_PAVICS_LANDING_REPO="true" | |
TEST_LOCAL_NOTEBOOKS="true" | |
TEST_RAVEN_REPO="true" | |
TEST_RAVENPY_REPO="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -x | |
# test PR https://github.com/Ouranosinc/PAVICS-landing/issues/103 | |
# Disable other default repos | |
TEST_PAVICS_SDI_REPO="false" | |
TEST_FINCH_REPO="false" | |
TEST_PAVICS_LANDING_REPO="false" | |
TEST_LOCAL_NOTEBOOKS="false" | |
TEST_RAVEN_REPO="true" | |
TEST_RAVENPY_REPO="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_OVERRIDE_SCRIPT_URL="/tmp/custom-repos.include.sh" | |
# Populate the content of our CONFIG_OVERRIDE_SCRIPT_URL. | |
echo ' | |
post_runtest() { | |
env | |
} | |
' > "$CONFIG_OVERRIDE_SCRIPT_URL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/master/test-override/jenkins-params-raven-nb-only.include.sh | |
# Only host with enough disk space to test Thredds. | |
export PAVICS_HOST="boreas.ouranos.ca" | |
# Notebooks requiring fixes for new Thredds. | |
export PAVICS_SDI_BRANCH="fix-for-Thredds-v5" | |
# export FINCH_BRANCH="master" | |
export PAVICS_LANDING_BRANCH="fix-for-Thredds-v5-output-update" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Sample Jenkins params override script to demonstrate running new notebooks | |
# from an external repo and on-the-fly CONFIG_OVERRIDE_SCRIPT_URL file creation. | |
# | |
# This script is intended for param CONFIG_PARAMETERS_SCRIPT_URL. | |
# Scenario: we want to run notebooks from an external repo, unknown to current Jenkins config. | |
# https://github.com/roocs/rook/tree/master/notebooks/*.ipynb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -x | |
# test PR https://github.com/Ouranosinc/PAVICS-landing/pull/80 | |
# Disable other default repos | |
#TEST_PAVICS_SDI_REPO="false" | |
#TEST_FINCH_REPO="false" | |
#TEST_LOCAL_NOTEBOOKS="false" | |
# this one already enabled by default | |
# TEST_PAVICS_LANDING_REPO="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/master/test-override/jenkins-params-raven-specific-nb.include.sh | |
# Sample Jenkins params override script to demonstrate on-the-fly | |
# CONFIG_OVERRIDE_SCRIPT_URL file creation. | |
# This script is intended for param CONFIG_PARAMETERS_SCRIPT_URL. | |
# Scenario: we want to run notebooks from a new repo unknown to current Jenkins config. | |
# https://github.com/roocs/rook/tree/master/notebooks/*.ipynb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/master/test-override/jenkins-params-geoserver-nb-only.include.sh | |
# Jenkins params override script to test custom branch, | |
# good for testing notebook fixes for new Jupyter env build. | |
PAVICS_SDI_BRANCH="fix-pjei-11" | |
PAVICS_SDI_BRANCH="mass-refresh-output" | |
#FINCH_BRANCH="" | |
PAVICS_LANDING_BRANCH="fix-pjei-11" |
NewerOlder