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

Scheduled Workflow Assumes That MODEL Repo Name is MODEL-configs Without -configs #61

Open
CodeGat opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
priority:low type:bug type:infra Dealing with CI/CD Pipelines

Comments

@CodeGat
Copy link
Collaborator

CodeGat commented Sep 5, 2024

This assumption has done fairly well for us so far, but a repo that breaks that assumption is coming - namely, https://github.com/ACCESS-NRI/access-om3-wav-configs.

The assumption comes in here:

# model is just the config repo name without the '-configs' bit, so split it below with bash param expansion
model=${config%-*}

Double check that we don't repeat that in other workflows (for example, .github/workflows/config-pr-*.yml somewhere).

@CodeGat CodeGat added priority:low type:bug type:infra Dealing with CI/CD Pipelines labels Sep 5, 2024
@CodeGat CodeGat self-assigned this Sep 5, 2024
@github-project-automation github-project-automation bot moved this to New Issues 🌅 in Model Release Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low type:bug type:infra Dealing with CI/CD Pipelines
Projects
Status: New Issues 🌅
Development

No branches or pull requests

1 participant