opengeospatial / te-releases

TEAM ENGINE Releases in the OGC beta and production testing facilities
0 stars 0 forks source link

OGC API Processes 1.0 revision 0.1 in Beta #340

Closed dstenger closed 2 years ago

dstenger commented 2 years ago

Prepare release (for each test suite individually)

dstenger commented 2 years ago

@bpross-52n Can you please help us preparing the first release of this test suite by completing above checklist (please also see https://github.com/opengeospatial/cite/wiki/Releasing-Tests-and-TEAM-Engine#test-lead-release-checklist)?

dstenger commented 2 years ago

Create release (for each test suite individually)

dstenger commented 2 years ago

Created SSH key on Jenkins server. However, it was not possible to apply it to the GitHub repository as I do not have the permissions.

dstenger commented 2 years ago

Release job was created: http://build.opengeospatial.org/jenkins/view/release/job/ets-ogcapi-processes10-release/

dstenger commented 2 years ago

Tried to create branch gh-pages:

stenger@elsbeere:~/git/ets-ogcapi-processes10$ git switch --orphan gh-pages
Zu neuem Branch 'gh-pages' gewechselt
stenger@elsbeere:~/git/ets-ogcapi-processes10$ git commit --allow-empty -m "Initial commit"
[gh-pages (Root-Commit) 3b3639c] Initial commit
stenger@elsbeere:~/git/ets-ogcapi-processes10$ git push -u origin gh-pages
ERROR: Permission to opengeospatial/ets-ogcapi-processes10.git denied to dstenger.
fatal: Konnte nicht vom Remote-Repository lesen.

Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.

Write permissions to the repository are missing.

dstenger commented 2 years ago

@ghobona Can you please give me permissions for the GitHub repository https://github.com/opengeospatial/ets-ogcapi-processes10 so that I can upload the key and push branches?

dstenger commented 2 years ago

@bpross-52n I realized that dependency ets-common version 10-SNAPSHOT is used as the parent of this project. Unfortunately, Snapshot versions are not allowed in releases. Is it possible to downgrade this dependency to the latest release of ets-common (version 9)?

ghobona commented 2 years ago

@dstenger You now have write permissions.

bpross-52n commented 2 years ago

@bpross-52n I realized that dependency ets-common version 10-SNAPSHOT is used as the parent of this project. Unfortunately, Snapshot versions are not allowed in releases. Is it possible to downgrade this dependency to the latest release of ets-common (version 9)?

@dstenger Sorry, I downgraded the dependency.

dstenger commented 2 years ago

@ghobona Unfortunately, I can still not upload the deploy key needed by Jenkins. I probably require admin permissions for that (please see other ets repos).

dstenger commented 2 years ago

@bpross-52n I also had to set the value of property docker.teamengine.version to 5.4.1: https://github.com/opengeospatial/ets-ogcapi-processes10/commit/55d0565293360dbc63134679d79a41e7d92aa3fb

dstenger commented 2 years ago

Tried to create branch gh-pages:

stenger@elsbeere:~/git/ets-ogcapi-processes10$ git switch --orphan gh-pages
Zu neuem Branch 'gh-pages' gewechselt
stenger@elsbeere:~/git/ets-ogcapi-processes10$ git commit --allow-empty -m "Initial commit"
[gh-pages (Root-Commit) 3b3639c] Initial commit
stenger@elsbeere:~/git/ets-ogcapi-processes10$ git push -u origin gh-pages
ERROR: Permission to opengeospatial/ets-ogcapi-processes10.git denied to dstenger.
fatal: Konnte nicht vom Remote-Repository lesen.

Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.

Write permissions to the repository are missing.

Branch gh-page could now be successfully created.