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

Epam staging #34

Merged
merged 12 commits into from
Jan 15, 2024
14 changes: 6 additions & 8 deletions .github/workflows/docker-image-epam.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Docker Image CI

on:
schedule:
- cron: '30 4 * * *'
push:
branches: [ epam* ]
pull_request:
branches: [ epam* ]

jobs:
prep:
# runs-on: ubuntu-latest
# runs-on: ubuntu-latest - Shared runner times out
runs-on: self-hosted
env:
GTFS_CARPOOL_URL: ${{ secrets.GTFS_CARPOOL_URL }}
Expand All @@ -19,15 +17,15 @@ jobs:
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
with:
registry: registry.gitlab.tpwd.de
username: ${{ secrets.REGISTRY_USERNAME }}
registry: git.bbnavi.de
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- id: docker_build
uses: docker/build-push-action@v2
with:
cache-from: |
type=registry,ref=git.bbnavi.vk256.eu/bbnavi/opentripplaner-berlin-brandenburg
type=registry,ref=git.bbnavi.de/bbnavi-reg/opentripplaner-berlin-brandenburg:production
push: true
tags: rregistry,ref=git.bbnavi.vk256.eu/bbnavi/opentripplaner-berlin-brandenburg:production
tags: git.bbnavi.de/bbnavi-reg/opentripplaner-berlin-brandenburg:production
secrets: |
"GTFS_CARPOOL_URL=${{ secrets.GTFS_CARPOOL_URL }}"
"GTFS_CARPOOL_URL=${{ secrets.GTFS_CARPOOL_URL }}"
12 changes: 6 additions & 6 deletions build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"source": "https://opendata.bbnavi.de/vbb-gtfs-flex/gtfs-flex.zip",
"type": "gtfs",
"feedId": "flex"
},
{
"source": "https://amarillo-dev.mfdz.de/gtfs/amarillo.bb.gtfs.zip",
"type": "gtfs",
"feedId": "mfdz"
}
//{
// "source": "https://amarillo-dev.mfdz.de/gtfs/amarillo.bb.gtfs.zip",
// "type": "gtfs",
// "feedId": "mfdz"
//}
],
"osm": [
{
"source": "https://gtfs.mfdz.de/bb-buffered.osm.pbf",
"source": "https://download.geofabrik.de/europe/germany/brandenburg-latest.osm.pbf",
"timeZone": "Europe/Berlin",
"osmTagMapping": "germany"
}
Expand Down
12 changes: 6 additions & 6 deletions router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
}
],
"updaters": [
{
"type": "stop-time-updater",
"frequencySec": 60,
"url": "https://amarillo-dev.mfdz.de/gtfs/amarillo.bb.gtfsrt.pbf",
"feedId": "mfdz"
},
//{
// "type": "stop-time-updater",
// "frequencySec": 60,
// "url": "https://amarillo-dev.mfdz.de/gtfs/amarillo.bb.gtfsrt.pbf",
// "feedId": "mfdz"
//},
{
"type": "vehicle-rental",
"frequencySec": 600,
Expand Down
Loading