Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/hubcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Repo:
# Set to [pipeline] for overall pipeline status only
# Set to [jobs] for individual job statuses only
# Set to [pipeline, jobs] to report both
check_types: [pipeline]
check_types: [pipeline, jobs]

# Optional: delete branches from destination when source PR is closed (default: true)
delete_closed: true
Expand Down
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
##############################################################################

variables:
#TODO: uncomment this when everyone has service user access across all the machines
#LLNL_SERVICE_USER: asmith
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/$GITLAB_USER_LOGIN/.jacamar-ci/$CI_PROJECT_NAME"
FF_ENABLE_JOB_CLEANUP: "true"
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
PROJECT_ALLOC_NAME: ${CI_PROJECT_NAME}_ci_${CI_PIPELINE_ID}
BUILD_ROOT: ${CI_PROJECT_DIR}
FULL_BUILD_ROOT: ${CI_BUILDS_DIR}/smith/${CI_JOB_NAME}
JACAMAR_SCHEDULER_JOB_KEY: ${CI_PROJECT_NAME}_ci_${CI_PIPELINE_ID}
CI_BUILDS_DIR: ${CUSTOM_CI_BUILDS_DIR}
FULL_BUILD_ROOT: ${CUSTOM_CI_BUILDS_DIR}/smith/${CI_JOB_NAME}
ALLOC_BANK: eng
SPOT_DIR: ${BUILD_ROOT}/califiles

Expand Down