Skip to content

Commit

Permalink
Revert "STAC-21039 Debugging unexplained build failures."
Browse files Browse the repository at this point in the history
This reverts commit 88ca5a2.
  • Loading branch information
LouisParkin committed Apr 24, 2024
1 parent 4e3523a commit 6c349a0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,7 @@ build_binaries:
- inv -e rtloader.make
- inv -e rtloader.install
- cd $SRC_PATH
- inv -e agent.build --major-version $MAJOR_VERSION --python-runtimes $PYTHON_RUNTIMES 2>&1 | tee build.log
artifacts:
paths:
- $CI_PROJECT_DIR/build.log
- inv -e agent.build --major-version $MAJOR_VERSION --python-runtimes $PYTHON_RUNTIMES
tags:
- sts-k8s-xl-runner
retry:
Expand All @@ -385,14 +382,13 @@ build_cluster_agent:
- go mod tidy
- go mod vendor
- go mod tidy
- inv -e cluster-agent.build 2>&1 | tee build.log
- inv -e cluster-agent.build
- ls -la $CI_PROJECT_DIR/bin/
artifacts:
paths:
- $CI_PROJECT_DIR/bin/stackstate-cluster-agent
- $CI_PROJECT_DIR/Dockerfiles/cluster-agent/stackstate-cluster.yaml
- $CI_PROJECT_DIR/version.txt
- $CI_PROJECT_DIR/build.log
<<: *artifacts_expire_in
tags:
- sts-k8s-xl-runner
Expand Down

0 comments on commit 6c349a0

Please sign in to comment.