Skip to content

Commit

Permalink
ci,crusher: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed May 25, 2023
1 parent 1e5ebec commit 731616f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/config/generate_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def request_dict(url):
'-d', '--days', type=int, default=1,
help='How many days back to search for commits')
parser.add_argument(
'-m', '--max', type=int, default=3,
'-m', '--max', type=int, default=2,
help='Maximum amount of pipelines computed')
parser.add_argument(
'-f', '--template_file', required=True,
Expand Down
1 change: 0 additions & 1 deletion .gitlab/gitlab-ci-ascent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ sync-github-prs:
only:
- schedules
variables:
GIT_STRATEGY: none
CUSTOM_CI_BUILDS_DIR: "/gpfs/wolf/csc303/scratch/vbolea/ci/adios2"
script:
- export PATH="/gpfs/wolf/csc303/scratch/vbolea/ci/utils:$PATH"
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci/gitlab-ci/setup-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ then
ci_original_sha=$(git rev-parse "${CI_COMMIT_REF}^2")
export CI_ORIGINAL_SHA="$ci_original_sha"
export CI_UPDATE_ARGS="-DCTEST_UPDATE_VERSION_OVERRIDE=${CI_ORIGINAL_SHA}"
else
export CI_ORIGINAL_SHA="${CI_COMMIT_REF}"
fi

0 comments on commit 731616f

Please sign in to comment.