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

ci: enable gcc-oldest build #14423

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions ci/cloudbuild/builds/gcc-7.3.sh

This file was deleted.

199 changes: 0 additions & 199 deletions ci/cloudbuild/dockerfiles/centos-7.Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions ci/cloudbuild/triggers/gcc-7-3-ci.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions ci/cloudbuild/triggers/gcc-7-3-pr.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions ci/cloudbuild/triggers/gcc-oldest-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.

createTime: '2024-07-02T17:49:31.595592561Z'
filename: ci/cloudbuild/cloudbuild.yaml
github:
name: google-cloud-cpp
owner: googleapis
push:
branch: ^main$
id: 71fc938d-2480-4bdb-b274-eb0bf3a3ed1b
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: gcc-oldest-ci
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/71fc938d-2480-4bdb-b274-eb0bf3a3ed1b
substitutions:
_BUILD_NAME: gcc-oldest
_DISTRO: gcc-oldest
Expand Down
5 changes: 4 additions & 1 deletion ci/cloudbuild/triggers/gcc-oldest-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.

createTime: '2024-07-02T17:51:28.002279385Z'
filename: ci/cloudbuild/cloudbuild.yaml
github:
name: google-cloud-cpp
owner: googleapis
pullRequest:
branch: ^main$
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
id: d2015e6f-b0c4-46a4-afc6-d1ac99c4abea
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: gcc-oldest-pr
substitutions:
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/d2015e6f-b0c4-46a4-afc6-d1ac99c4abea
substitutions:
_BUILD_NAME: gcc-oldest
_DISTRO: gcc-oldest
_TRIGGER_TYPE: pr
Expand Down
Loading