Skip to content

Commit

Permalink
support defaults for EESSI pilot and software.eessi.io
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <[email protected]>
  • Loading branch information
trz42 and boegel authored Nov 26, 2023
1 parent 8c47156 commit 4ab2dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def prepare_jobs(pr, cfg, event_info, action_filter):
for repo_id in repocfg[REPO_TARGET_MAP][arch]:
# ensure repocfg contains information about the repository repo_id if repo_id != EESSI
# Note, EESSI is a bad/misleading name, it should be more like AS_IN_CONTAINER
if repo_id != "EESSI" and repo_id not in repocfg:
if (repo_id != "EESSI" and repo_id != "EESSI-pilot") and repo_id not in repocfg:
log(f"{fn}(): skipping repo {repo_id}, it is not defined in repo config {repocfg[REPOS_CFG_DIR]}")
continue

Expand Down

0 comments on commit 4ab2dcd

Please sign in to comment.